1 // Build don't link:
2 // GROUPS passed old-abort
3 struct wait { int w_status; };
4 int wait();
5 extern "C" int wait(int*);
6 
7 
8