bcc
bcc copied to clipboard
Segfault when using an array entry as looping variable
"PrincessAlexa_Hehehe" brought up an issue on our discord server: a segfault in some hmm.. uncommon use of arrays. I truncated the issue down to this:
SuperStrict
Framework Brl.StandardIO
Global intArray:Int[1]
For intArray[0] = 0 To 10
Print intArray[0]
Next
It (bcc) segfaults when using an array element as loop variable in for loops.