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 { };