1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 c86c7ecdb5
commit 0cd19bd988

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() {}