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:
parent
c33d6ace03
commit
3a124f3c34
6
test/Regression/C++Frontend/2003-08-21-EmptyClass.cpp
Normal file
6
test/Regression/C++Frontend/2003-08-21-EmptyClass.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
struct empty {};
|
||||
|
||||
void foo(empty E);
|
||||
|
||||
void bar() { foo(empty()); }
|
Loading…
Reference in New Issue
Block a user