Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / spec32.C
blob6ef172b505cc20e2307213ce6106b2994493cd8f
1 //PR c++/28861
3 struct A
5   template<template<int> class B> struct B<0>;  // { dg-error "name of class shadows" }
6 };