Teach getZeroExtendExpr and getSignExtendExpr to use trip-count
[llvm/msp430.git] / test / FrontendC++ / 2003-09-30-ForIncrementExprBug2.cpp
blobe07eb425d2869f101b909e20e038638ce751ac9e
1 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
3 // Test with an opaque type
5 struct C;
7 C &foo();
9 void foox() {
10 for (; ; foo());