blob: 8e3049c2438fad6d87ca5b847c3a9c179b1c7bef [file] [log] [blame]
// Test with an opaque type
struct C;
C &foo();
void foox() {
for (; ; foo());
}