Files
brolang/examples/cycle_used.bro
T
2026-06-09 23:05:28 +02:00

7 lines
54 B
Plaintext

a int :: b
b int :: a
main :: func() void {
_ = a
}