OSDN Git Service

PR c++/52685
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / spec32.C
1 //PR c++/28861
2
3 struct A
4 {
5   template<template<int> class B> struct B<0>;  // { dg-error "name of class shadows" }
6 };