Files
mclangc/old_tests/parser/structs.mcl
2026-02-03 13:20:23 +02:00

7 lines
49 B
Plaintext

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