summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash36.C
blob: 10534535405ffb9954c56d1db040b693036bb848 (plain)
1
2
3
4
5
6
7
// Build don't link: 
// GROUPS passed old-abort
struct wait { int w_status; };
int wait();
extern "C" int wait(int*);