diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 23:29:57 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-04 23:29:57 -0500 |
| commit | c2245c85700d5854bb323ffda8dd767c57786dd9 (patch) | |
| tree | ac57639dd963c3a26a854b752ae5b38ba205d45a /foo.c | |
| parent | adde91636f04ae7544dba1ca5c6c1a40c074edb9 (diff) | |
Misc changes
Diffstat (limited to 'foo.c')
| -rw-r--r-- | foo.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,18 +1,9 @@ #include "nextlang.h" -static void foo(Int64 x); - - -void foo(Int64 x) -{ - say("Hello world!"); -} - int main(int argc, const char *argv[]) { (void) argc; (void) argv; - foo(((Int64_t) 5)); return 0; } |
