summaryrefslogtreecommitdiff
path: root/test/simple.c
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-03-26 19:46:35 -0700
committerCarson Fleming <[email protected]>2026-03-26 19:46:35 -0700
commit28157efe6ef65394d8930a79200b9243ee919f47 (patch)
tree5dd492ae8d27e99d066b88e76f5304fad270ee11 /test/simple.c
parent2e4f713ede25fb6147571858779fde542144c76f (diff)
downloadccc-28157efe6ef65394d8930a79200b9243ee919f47.tar.gz
mostly there except need to implement one more hash map
Diffstat (limited to 'test/simple.c')
-rw-r--r--test/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple.c b/test/simple.c
index 33c14ce..99d86c4 100644
--- a/test/simple.c
+++ b/test/simple.c
@@ -1,3 +1,3 @@
int main() {
- return 0;
+ return 16;
}