diff options
| author | Carson Fleming <[email protected]> | 2026-03-26 16:21:29 -0400 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2026-03-26 16:22:00 -0400 |
| commit | 7d9fb2c733c8c64f6f74eefa0eea35b36be102cd (patch) | |
| tree | 16b6cded5f9611e0ff1948395578845c9688b926 /test | |
| parent | 68db110d34611fc8bb79035d3a11bba07dea43f3 (diff) | |
| download | ccc-7d9fb2c733c8c64f6f74eefa0eea35b36be102cd.tar.gz | |
let's go we can parse return zero most useful program ever
Diffstat (limited to 'test')
| -rw-r--r-- | test/simple.c | 3 |
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; +} |
