Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / crash42.C
bloba6d9e61495912fe3f1b8d9d1487bce55bf9fd97a
1 // { dg-do assemble  }
2 // { dg-options "-g" }
3 // 
4 // Copyright (C) 2001 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 25 Jul 2001 <nathan@codesourcery.com>
7 // Bug 3152. Using a typedef to declare a function used an unset
8 // global variable, last_function_parms.
10 struct actor 
12   typedef bool (operation)();
14   operation a;
15   operation b;
16   operation c;