Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
void14.C
blob: 7781c61877996c98f40e3e8bac78024fee834a43 [
file
] [
log
] [
blame
]
// PR c++/36411
// { dg-do compile }
template
<
template
<void>
class
>
struct
A
// { dg-error "not a valid type" }
{
template
<
template
<int>
class
T
>
A
<
T
>
foo
();
// { dg-error "mismatch|expected|invalid" }
};