OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / pr32566.C
1 // { dg-options "-std=c++0x" }
2 template<int...> struct A;
3
4 template<template<int> class... T> struct A<T...> {}; // { dg-error "mismatch|expected" }