aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/spec32.C
blob: 6ef172b505cc20e2307213ce6106b2994493cd8f (plain)
1
2
3
4
5
6
//PR c++/28861

struct A
{
  template<template<int> class B> struct B<0>;  // { dg-error "name of class shadows" }
};