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, 0 insertions, 3 deletions
diff --git a/libacc/tests/data/hello.c b/libacc/tests/data/hello.c
deleted file mode 100644
index 585ce6c..0000000
--- a/libacc/tests/data/hello.c
+++ /dev/null
@@ -1,3 +0,0 @@
-main(a,b) {
- printf("Hello, world\n");
-}