Better literal handling
This commit is contained in:
@@ -25,10 +25,12 @@ extern "main" func main(args: []cstring): i64
|
||||
|
||||
puts(me.name)
|
||||
|
||||
test(32)
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
func test()
|
||||
func test(x: u8)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user