mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
New testcase producing assertion failure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
939f474832
commit
2434a58dcf
9
test/C++Frontend/2003-05-14-expr_stmt.cpp
Normal file
9
test/C++Frontend/2003-05-14-expr_stmt.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
struct Foo { int X; };
|
||||
|
||||
void bar() {}
|
||||
|
||||
int main() {
|
||||
Foo X;
|
||||
X = ({ bar(); Foo(); });
|
||||
}
|
Loading…
Reference in New Issue
Block a user