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