New testcase that breaks the CFE.

llvm-svn: 3821
This commit is contained in:
Chris Lattner 2002-09-19 16:54:57 +00:00
parent a450397247
commit 00cfa14284
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
extern void start() __asm__("start");
extern void _start() __asm__("_start");
extern void __start() __asm__("__start");
void start() {}
void _start() {}
void __start() {}