diff options
Diffstat (limited to 'tests/generic-non-glib.head.c')
-rw-r--r-- | tests/generic-non-glib.head.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/generic-non-glib.head.c b/tests/generic-non-glib.head.c new file mode 100644 index 0000000..328b19b --- /dev/null +++ b/tests/generic-non-glib.head.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +int +main (void) +{ |