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

5 lines
55 B
Plaintext

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