4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
Point :: struct {x: integer};
|
|
a : integer : 10;
|
|
p :: Point{x: a};
|