Testcase for PR355

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-08 07:10:11 +00:00
parent c07c0df634
commit 72b08c97d3

View File

@ -0,0 +1,5 @@
struct fu;
void foo(struct fu);
void bar() {
foo;
}