According to my auto-simplifier the most common missed simplifications in
[llvm/stm8.git] / test / FrontendC++ / 2003-09-30-ForIncrementExprBug2.cpp
bloba1eee71f52c523c93d7484be4d75b508b378c828
1 // RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
3 // Test with an opaque type
5 struct C;
7 C &foo();
9 void foox() {
10 for (; ; foo());