llvm-6502/test/C++Frontend/2003-08-21-EmptyClass.cpp
2003-08-22 04:36:12 +00:00

8 lines
116 B
C++

// This tests compilation of EMPTY_CLASS_EXPR's
struct empty {};
void foo(empty) {}
void bar() { foo(empty()); }