blob: 6ef172b505cc20e2307213ce6106b2994493cd8f [file] [log] [blame]
//PR c++/28861
struct A
{
template<template<int> class B> struct B<0>; // { dg-error "name of class shadows" }
};