diff options
Diffstat (limited to 'meson/test cases/common/213 source set dictionary/all.h')
-rw-r--r-- | meson/test cases/common/213 source set dictionary/all.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meson/test cases/common/213 source set dictionary/all.h b/meson/test cases/common/213 source set dictionary/all.h new file mode 100644 index 000000000..e3547dfdc --- /dev/null +++ b/meson/test cases/common/213 source set dictionary/all.h @@ -0,0 +1,9 @@ +extern void f(void); +extern void g(void); +extern void h(void); +extern void undefined(void); + +/* Defined in nope.c and f.c, + * value depends on the source set and configuration used. + */ +extern void (*p)(void); |