Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash74.C
blob: d236947ec5116c341c48b9861bfbec10d7014bd0 [
file
] [
log
] [
blame
]
// PR c++/34089
// { dg-do compile }
// { dg-options "" }
template
<
typename
F
>
void
foo
()
{
}
// { dg-prune-output "previous" }
template
<
typename
F
>
struct
foo
<
F
>
{
};
// { dg-error "template" }