// Copyright (C) 2004 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 1 Apr 2004 // Origin:Matt Austern // PR:c++/14007 template struct X {}; // #1 template struct X; //#2 template struct X; //#3