Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash78.C
blob: 10c36ef8c38440da22e2da267570af26d9c4ea98 [
file
] [
log
] [
blame
]
// PR c++/35077
template
<
typename
=
int
struct
A __attribute
((
aligned
(
4
)));
// { dg-error "declaration|expected" }