Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto46.C
blob: 09e9f4436cfb976826da1b03f36e04f981b5559d [
file
] [
log
] [
blame
]
// Addendum to auto23.C, now with nested template parameter lists
// { dg-do compile { target c++11 } }
template
<
template
<
auto
f
()->
int
>
class
>
struct
A
{
};
template
<
template
<
template
<
auto
f
()->
int
>
class
>
class
>
struct
B
{
};