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