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

4 lines
37 B
Plaintext

main :: func() void {
_ = 127 + 1
}