Remove name, add body. Causes llvmg++ segfault!

llvm-svn: 8045
This commit is contained in:
Chris Lattner 2003-08-22 04:36:12 +00:00
parent 1e5031d81b
commit e9c210242d
1 changed files with 1 additions and 1 deletions

View File

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