Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr32566.C
blobf6e7a5b548d8bfe2e4c2ae04c4ed92996e28a31c
1 // { dg-options "-std=c++0x" }
2 template<int...> struct A;
4 template<template<int> class... T> struct A<T...> {}; // { dg-error "mismatch|expected" }