Fixed some bugs.
[llvm/zpu.git] / test / FrontendC++ / 2003-09-30-CommaExprBug.cpp
blob365795dafde495462e92bacb35e76a4ffa101f64
1 // RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
3 class Empty {};
5 void foo(Empty E);
7 void bar() {
8 foo(Empty());