summaryrefslogtreecommitdiffstats
path: root/libacc/tests/data/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'libacc/tests/data/hello.c')
-rw-r--r--libacc/tests/data/hello.c3
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");
+}