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