#include <sys/stat.h>
#ifndef st_atime
#error "st_atime is not defined"
#endif
int main(void) { return 0; }
