diff options
Diffstat (limited to 'test/testprog.c')
-rw-r--r-- | test/testprog.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testprog.c b/test/testprog.c new file mode 100644 index 0000000..cfeb3d6 --- /dev/null +++ b/test/testprog.c @@ -0,0 +1,6 @@ +#include <stdio.h> +#include "testprog.h" + +void main() { + printf(STRING "\n"); +} |