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