Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
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" }