blob: 3d57a54a73660435e8c0b4e22f47dcbb3cbbedd6 [file] [log] [blame]
class Empty {};
void foo(Empty E);
void bar() {
foo(Empty());
}