diff options
| author | Carson Fleming <[email protected]> | 2026-03-27 10:30:10 -1000 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2026-03-27 10:30:10 -1000 |
| commit | fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e (patch) | |
| tree | 0618ad64a13e949ce9273098df724d8d25bdcb36 /test | |
| parent | 21f688c1eac5fb09ae68fd9b3cfcff687de36601 (diff) | |
| download | ccc-fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e.tar.gz | |
woah we got variables
Diffstat (limited to 'test')
| -rw-r--r-- | test/weird.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/weird.c b/test/weird.c new file mode 100644 index 0000000..74a74be --- /dev/null +++ b/test/weird.c @@ -0,0 +1,3 @@ +int main(int argc) { + return argc; +} |
