OSDN Git Service

* g++.dg/ext/attrib35.C: Fix target selector string.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / rtti / crash1.C
1 // { dg-do compile }
2
3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 29 Sep 2002 <nathan@codesourcery.com>
5
6 // PR 7788. ICE
7
8 class foo;
9 extern const foo bar;
10 class bar;