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

6 lines
44 B
Plaintext

bad int = 4
main :: func() void {
_ = 1
}