Teach getZeroExtendExpr and getSignExtendExpr to use trip-count
[llvm/msp430.git] / test / FrontendC++ / 2003-09-30-CommaExprBug.cpp
blobafe470cd11b07dfaeb31354bc493f94a7ed059d0
1 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
3 class Empty {};
5 void foo(Empty E);
7 void bar() {
8 foo(Empty());