Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash91.C
blob: 6fda320ee958e6c0ca68052c4db408aaf5ab4a0b [
file
] [
log
] [
blame
]
// PR c++/28293
template
<int>
void
foo
();
struct
A
{
typedef
void
foo
<
0
>();
// { dg-error "16:explicit template argument list not allowed" }
};