blob: 4951871b827d040db07f866f82b729f754593015 [file] [log] [blame]
// This tests compilation of EMPTY_CLASS_EXPR's
struct empty {};
void foo(empty E);
void bar() { foo(empty()); }