1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Testcase for PR355

llvm-svn: 14061
This commit is contained in:
Chris Lattner 2004-06-08 07:10:11 +00:00
parent 0c385225b2
commit 10495de71f

View File

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