PR c++/86728 - C variadic generic lambda.
[official-gcc.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 };