FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.bugs / 900519_12.C
blob112b989b805bdba5a6bc351f7893af6cea80fa46
1 // g++ 1.37.1 bug 900519_12
3 // The following erroneous code causes g++ to segfault.
5 // cfront 2.0 passes this test.
7 // keywords: segfault, typedef, pointer type, function type
9 typedef eek void (*)();         // ERROR - 
11 int main () { return 0; }