re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)
[platform/upstream/gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr32566.C
1 // { dg-do compile { target c++11 } }
2 template<int...> struct A;
3
4 template<template<int> class... T> struct A<T...> {}; // { dg-error "mismatch|expected" }