hanchenye-llvm-project/llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExpr...

11 lines
87 B
C++
Raw Normal View History

// Test with an opaque type
struct C;
C &foo();
void foox() {
for (; ; foo());
}