diff options
Diffstat (limited to 'libacc/tests/data/hello.c')
-rw-r--r-- | libacc/tests/data/hello.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libacc/tests/data/hello.c b/libacc/tests/data/hello.c new file mode 100644 index 0000000..585ce6c --- /dev/null +++ b/libacc/tests/data/hello.c @@ -0,0 +1,3 @@ +main(a,b) { + printf("Hello, world\n"); +} |