Files
brolang/examples/programs/overflow/main.bro
T

5 lines
53 B
Plaintext

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