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