blob: 7c8ac853e6c68108c14bcdf4aa383fbe946c8e93 [file] [log] [blame]
struct C {};
C &foo();
void foox() {
for (; ; foo());
}