summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/pr34061.C
blob: 7d6e71d0e74bbca60feb07191d40205702f745e9 (plain)
1
2
3
4
5
// PR c++/34061
// { dg-do compile }
// { dg-options "-std=c++0x" }

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