hanchenye-llvm-project/llvm/test/Regression/C++Frontend/2003-08-21-EmptyClass.cpp

8 lines
116 B
C++

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