blob: 01148434535fb1e0abd83a1b5ab349616b85a12e [file] [log] [blame]
// Build don't link:
// Special g++ Options: -g -O2
inline void f() {
struct S {};
S s;
}
int g()
{
for (int i = 0; i < 2; ++i)
f();
}