Test more edge cases
- Returning
void
from functions besidesmain()
- Functions taking 0 parameters
- Referring to locals up to index 255
-
iinc
with values besides +1 and -1 - Examples of using
char
,byte
, andshort
values
void
from functions besides main()
iinc
with values besides +1 and -1char
, byte
, and short
values