qux
int qux(void) { if (f && a) return 1; return 0; }
int qux(void *a, void *fun)
static int qux(int a) { return 1 && fun(); }
void qux(int a) { }