From 0ede7e7f9d6235092d9e3ae2df8b25445fb89c38 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 20 Aug 2022 14:02:48 +0200 Subject: more IR progress --- examples/hello-world.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello-world.cff') diff --git a/examples/hello-world.cff b/examples/hello-world.cff index 42258ab..c4a99ea 100644 --- a/examples/hello-world.cff +++ b/examples/hello-world.cff @@ -1,6 +1,6 @@ import "libc.hff"; extern fn main(argc int, argv *const *const u8) int { - printf("hello %d", 42); + printf("hello %d", argc + 42); } -- cgit v1.2.3