Better literal handling

This commit is contained in:
nub31
2025-09-16 19:15:56 +02:00
parent d907d1183f
commit 1391444836
4 changed files with 74 additions and 102 deletions

View File

@@ -25,10 +25,12 @@ extern "main" func main(args: []cstring): i64
puts(me.name)
test(32)
return 0
}
func test()
func test(x: u8)
{
}