#include void foo(struct winsize* bar) { unsigned short *qux = &bar->ws_row; (void) qux; } int main(void) { return 0; }