// { dg-do compile { target c++11 } } template struct s { struct { void __attribute__((common([] { struct d }))) g(); // { dg-error "expected|attribute" } } f; }; s a {};