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

6 lines
46 B
Plaintext

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