OSDN Git Service

PR c++/29363
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / ttp21.C
1 // PR c++/28853
2 // { dg-do compile }
3
4 template<template<int> class A>
5 int A<0>::i;  // { dg-error "template template parameter" }