mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 20:05:38 +00:00
New testcase that was not correctly handled
llvm-svn: 8800
This commit is contained in:
parent
7682227bd6
commit
aab98f79dc
8
test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp
Normal file
8
test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
class Empty {};
|
||||
|
||||
void foo(Empty E);
|
||||
|
||||
void bar() {
|
||||
foo(Empty());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user