mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Remove name, add body. Causes llvmg++ segfault!
llvm-svn: 8045
This commit is contained in:
parent
320579f1a6
commit
01800ef0ae
@ -2,6 +2,6 @@
|
||||
|
||||
struct empty {};
|
||||
|
||||
void foo(empty E);
|
||||
void foo(empty) {}
|
||||
|
||||
void bar() { foo(empty()); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user