...
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
module main
|
||||
|
||||
struct Pos {
|
||||
x: i32
|
||||
y: i32
|
||||
}
|
||||
|
||||
func main(): i32
|
||||
{
|
||||
return math::add(1 2)
|
||||
test({ x = 23 y = 23 })
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
func test(x: Pos): void
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user