#include #include #include int main(int argc, char *argv[]) { struct stat st; (void)st.st_atim; return 0; }