// Copyright (C) 2001 Free Software Foundation // Contributed by Kriang Lerdsuwanakij // { dg-do compile } // { dg-options "-fno-inline -fabi-version=1 -Wno-abi" } struct A { template class B {}; }; template