---
0 1 2foo :: () {} 3bar :: (test: []string, bazz: s64) -> bool {} 4 5spam :: ( 6 a: int, 7 b: int, 8 c: Vector2 9) -> w: int, 10 x: int, 11 y: string, 12 z: Vector4 13) {} 14 15Foo :: struct {} 16Bar :: enum {} 17 18