This commit is contained in:
nub31
2025-09-09 15:33:33 +02:00
parent 9c9578f526
commit 14619fd678
4 changed files with 21 additions and 26 deletions

View File

@@ -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)
{
}