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