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