mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-24 06:50:55 -04:00
18 lines
153 B
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
|
|
)
|