aboutsummaryrefslogtreecommitdiff
path: root/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'foo.c')
-rw-r--r--foo.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/foo.c b/foo.c
index 80b88cfb..4dfed88e 100644
--- a/foo.c
+++ b/foo.c
@@ -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;
}