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