re PR c++/28853 (ICE on invalid declaration with template template parameter)
[official-gcc.git] / gcc / testsuite / g++.dg / template / ttp21.C
blobf0bda99d15759a0d50e5a2ef5fd42973c0d154ab
1 // PR c++/28853
2 // { dg-do compile }
4 template<template<int> class A>
5 int A<0>::i;  // { dg-error "template template parameter" }