Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / crash15.C
blobafad4c1fe592da267808c254438c8f6d58ba6544
1 // { dg-do compile }
3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 29 Jun 2004 <nathan@codesourcery.com>
6 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
7 // Bug 16260. ICE
9 template<typename T> int foo() { return T::X::Y; }