Files
rgbds/test/asm/misleading-indentation.asm
Rangi42 96b953fe51 Add a test case for overlapping IF/ENDC and REPT/ENDR
This trips an asserton in the Rust rewrite because of its different
conditional stack design
2025-09-25 11:57:56 -04:00

5 lines
56 B
NASM

IF 1
REPT 1
ENDC ; misleading indentation!
ENDR