summaryrefslogtreecommitdiff
path: root/test/CFrontend/2002-09-19-StarInLabel.c
blob: b16a39d7d860a1d7ed8023cb5ad8dca138511abe (plain)
1
2
3
4
5
6
7
extern void start() __asm__("start");
extern void _start() __asm__("_start");
extern void __start() __asm__("__start");
void start() {}
void _start() {}
void __start() {}