aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/libffi/testsuite/libffi.closures/closure_simple/ya.make
blob: 0a0c1a228e6d5174caa5c2da9dbe364fc979e944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by devtools/yamaker.

PROGRAM()

WITHOUT_LICENSE_TEXTS()

VERSION(3.3)

LICENSE(GPL-2.0-only)

PEERDIR(
    contrib/restricted/libffi
)

NO_COMPILER_WARNINGS()

NO_RUNTIME()

SRCDIR(contrib/restricted/libffi/testsuite/libffi.closures)

SRCS(
    closure_simple.c
)

END()