llvm-6502/test/CFrontend/2002-09-19-StarInLabel.c

8 lines
172 B
C
Raw Normal View History

extern void start() __asm__("start");
extern void _start() __asm__("_start");
extern void __start() __asm__("__start");
void start() {}
void _start() {}
void __start() {}