Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash54.C
blob: 26b487571f4c67aa6bbd389ed2186f8d8509a9da [
file
] [
log
] [
blame
]
//PR c++/28269
template
<int>
struct
A
;
struct
__attribute__
((
unused
))
A
<
0
<;
// { dg-error "template argument|unqualified-id" }