aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/pr34061.C
blob: 64f0ded10d5cd97fde4993ad3a173ec24babca7d (plain)
1
2
3
4
// PR c++/34061
// { dg-do compile { target c++11 } }

template<template<int> class ...T> struct A : T<0> {}; // { dg-error "not expanded|T" }