Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
decl2.C
blob: b671213ad593f6004a371e7aa4f25bfa0c61887a [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
template
<
class
T
>
struct
foo
{
foo
();
};
template
<
class
T
>
foo
<
T
>::
foo
()
{}
T
;
// { dg-error "" } no type