mclangc/tests/parser/structs.mcl

7 lines
49 B
Plaintext
Raw Permalink Normal View History

struct foo_t {}
struct bar_t {
a: &bar_t
}