...
This commit is contained in:
@@ -3,11 +3,11 @@ extern func puts(text: cstring)
|
||||
|
||||
func main(args: []cstring): i64
|
||||
{
|
||||
let x: i32 = 23
|
||||
let x: u32 = 23
|
||||
test(x)
|
||||
return 0
|
||||
}
|
||||
|
||||
func test(test: u8)
|
||||
func test(test: u32)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user