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