Fixed some bugs.
[llvm/zpu.git] / test / FrontendC++ / 2003-09-30-ForIncrementExprBug.cpp
blob63f62f28dbf10a334561a999c1be9a320fe27b37
1 // RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
3 struct C {};
5 C &foo();
7 void foox() {
8 for (; ; foo());