007/tools/asm-processor/tests/custom-prelude.c

18 lines
153 B
C

// COMPILE-FLAGS: -O2
// ASMP-FLAGS: --asm-prelude tests/custom-prelude.s
GLOBAL_ASM(
glabel foo
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
endlabel foo
)