aboutsummaryrefslogtreecommitdiff
path: root/foo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-04 23:29:57 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-04 23:29:57 -0500
commitc2245c85700d5854bb323ffda8dd767c57786dd9 (patch)
treeac57639dd963c3a26a854b752ae5b38ba205d45a /foo.c
parentadde91636f04ae7544dba1ca5c6c1a40c074edb9 (diff)
Misc changes
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;
}