Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / typename8.C
blobe8e762709b4b024e0d200f78e3e6fc459fa5bf78
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 12 Oct 2005 <nathan@codesourcery.com>
4 // PR 23797:ICE
5 // Origin:  Volker Reichelt <reichelt@gcc.gnu.org>
7 // { dg-options "-fpermissive -w" }
9 struct A { typedef int X; };
11 int i = typename A::X();