// Copyright (C) 2003 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } // PR c++/13289: Incorrectly reject non-type template argument that has // dependent type template class C {}; template class D { C c; };