blob: f88af7228bb63d9a96f1ce232ee0fee265aaabcf [file] [log] [blame]
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 10 Jan 2001 <nathan@codesourcery.com>
// Bug 1585. We ICEd on a template template parm with no parms.
template<template<class> class C> class B;
template<template<> class C> class D; // ERROR - parse error