/*[IP6]*/ #include void foo(struct sockaddr_in6* bar) { uint32_t *qux = &bar->sin6_flowinfo; (void) qux; } int main(void) { return 0; }