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