rt_gccstream/gcc/testsuite/g++.dg/cpp0x/pr32566.C

5 lines
149 B
C

// { dg-options "-std=c++0x" }
template<int...> struct A;
template<template<int> class... T> struct A<T...> {}; // { dg-error "mismatch|expected" }