#include <sys/times.h>
struct tms foo;
int main(void) { return 0; }
