new testcase

llvm-svn: 8043
This commit is contained in:
Chris Lattner 2003-08-22 04:13:13 +00:00
parent 188bf100aa
commit d3cd988d5c
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
struct empty {};
void foo(empty E);
void bar() { foo(empty()); }