New testcase, distilled from ed-0.2
[oota-llvm.git] / test / CFrontend / 2002-09-19-StarInLabel.c
1 extern void start() __asm__("start");
2 extern void _start() __asm__("_start");
3 extern void __start() __asm__("__start");
4 void start() {}
5 void _start() {}
6 void __start() {}
7