Halcyon/demo.hal

14 lines
92 B
Plaintext
Raw Normal View History

c :: C{r: 10.0};
A :: struct {
b: B,
}
B :: struct {
c: C,
}
C :: struct {
r: real,
}