PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / rtti / crash1.C
blobeea6a3950de99f4a861076b0e43357aaa39b29e0
1 // { dg-do compile }
3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 29 Sep 2002 <nathan@codesourcery.com>
6 // PR 7788. ICE
8 class foo;
9 extern const foo bar;
10 class bar;