hanchenye-llvm-project/llvm/test/Regression/C++Frontend/2003-09-30-CommaExprBug.cpp

9 lines
69 B
C++

class Empty {};
void foo(Empty E);
void bar() {
foo(Empty());
}