New testcase

llvm-svn: 6983
This commit is contained in:
Chris Lattner 2003-06-29 22:20:53 +00:00
parent 94b29bf96d
commit 8fdb1dcff1

View File

@ -0,0 +1,5 @@
/* This is apparantly legal C. */
extern __inline__ void test() { }
void test() {
}