1// PR c++/35077
2
3template<typename=int struct A __attribute((aligned(4))); // { dg-error "declaration|expected" }
4