2 // { dg-do compile { target c++11 } }
4 template<class U, class V> //#1
7 template<class U, class V=char>
10 template<template<class... U> class... TT>
12 template<class... Args>
13 using mem = P<TT<Args...>...>;//#2
16 bar<foo>::mem<int, char> b;//#3