4 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
5 // Copyright (C) 1999 Free Software Foundation
6 // related to bug report by Leon Bottou <leonb@research.att.com>
14 B<T> b; // { dg-bogus "" } B is not a template
15 // but removing wrapper A gets rid of complaint
16 // also, replacing B<T> with A::B<T> also gets rid of complaint