blob: 7cb3f40267643e77efbb245790539ea2892d2ca9 [file] [log] [blame]
//PR c++/28861
struct A
{
template<template<int> class B> struct B<0>; // { dg-error "declaration does not declare anything" }
};