summaryrefslogtreecommitdiff
path: root/test/simple.c
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-03-26 16:21:29 -0400
committerCarson Fleming <[email protected]>2026-03-26 16:22:00 -0400
commit7d9fb2c733c8c64f6f74eefa0eea35b36be102cd (patch)
tree16b6cded5f9611e0ff1948395578845c9688b926 /test/simple.c
parent68db110d34611fc8bb79035d3a11bba07dea43f3 (diff)
downloadccc-7d9fb2c733c8c64f6f74eefa0eea35b36be102cd.tar.gz
let's go we can parse return zero most useful program ever
Diffstat (limited to 'test/simple.c')
-rw-r--r--test/simple.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simple.c b/test/simple.c
new file mode 100644
index 0000000..33c14ce
--- /dev/null
+++ b/test/simple.c
@@ -0,0 +1,3 @@
+int main() {
+ return 0;
+}