aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.brendan/crash36.C
blob: 79b3e46028d235604a09cbe3f3bb230ba8166bee (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// GROUPS passed old-abort
struct wait { int w_status; };
int wait();
extern "C" int wait(int*);