diff options
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; } |
