1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-22 10:33:23 +00:00
llvm-6502/test/C++Frontend/2003-09-30-CommaExprBug.cpp
2003-09-30 21:46:23 +00:00

9 lines
69 B
C++

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