* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto46.C
blob09e9f4436cfb976826da1b03f36e04f981b5559d
1 // Addendum to auto23.C, now with nested template parameter lists
2 // { dg-do compile { target c++11 } }
4 template<template <auto f()->int> class> struct A { };
5 template<template <template <auto f()->int> class> class> struct B { };