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:
parent
0c385225b2
commit
10495de71f
5
test/Regression/CFrontend/2004-06-08-OpaqueStructArg.c
Normal file
5
test/Regression/CFrontend/2004-06-08-OpaqueStructArg.c
Normal file
@ -0,0 +1,5 @@
|
||||
struct fu;
|
||||
void foo(struct fu);
|
||||
void bar() {
|
||||
foo;
|
||||
}
|
Loading…
Reference in New Issue
Block a user