OSDN Git Service

PR c++/37256
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / pr34061.C
1 // PR c++/34061
2 // { dg-do compile }
3 // { dg-options "-std=c++0x" }
4
5 template<template<int> class ...T> struct A : T<0> {}; // { dg-error "not expanded|T" }