Files
rgbds/test/asm/errors-after-missing-include.asm
2025-08-13 12:26:01 -04:00

13 lines
97 B
NASM

PUSHC
PUSHO
PUSHS
SECTION "test", WRAM0
UNION
INCLUDE "does not exist"
/*
ENDU
POPS
POPO
POPC
*/