#include void foo(struct stat* bar) { struct timespec *qux = &bar->st_ctim; (void) qux; } int main(void) { return 0; }