blob: 90f37f1ef9210d535a6cb83f5d125b483f300101 [file] [log] [blame]
// Build don't link:
// Special g++ Options: -g -O -funroll-loops
struct A {
inline ~A() { }
};
void foo (A) {
while (1)
A bar;
}