1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

new testcase

llvm-svn: 8043
This commit is contained in:
Chris Lattner 2003-08-22 04:13:13 +00:00
parent c33d6ace03
commit 3a124f3c34

View File

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