Functions have unique names now unless they are foreign, probably will
need a keyword to not mangle the names.
This commit is contained in:
@@ -80,6 +80,8 @@ main :: (): int
|
||||
Assert(data2.c == 0)
|
||||
Assert(data2.d == 0)
|
||||
|
||||
return 0
|
||||
|
||||
Data :: struct
|
||||
a: S64
|
||||
b: S32
|
||||
|
||||
Reference in New Issue
Block a user