1 /* { dg-do compile } */
2 /* { dg-options "-O2 -m4" } */
6 unsigned int getopt (int, const char**, const char*);
7 unsigned long long atoll (const char*);
12 main (int argc
, const char *argv
[])
15 unsigned long long maxbytes
= 0;
16 extern const char *optarg
;
21 while ((c
= getopt (argc
, argv
, "c:b:p:wvh")) != (-1))
26 maxbytes
= atoll (optarg
);
30 while ((pid
!= 0) && (maxbytes
> 1024 * 1024 * 1024))
32 maxbytes
= maxbytes
- (1024 * 1024 * 1024);
38 while ((pid_count
< pid_cntr
))
41 kill (pid_list
[i
], 9);