ref: b18a5a9dbc408cc4d30865dfc6d4a6f1329e142d
dir: /cc1/tests/test042.c/
/* name: TEST042 description: Test for bug parsing ternary operators error: test042.c:17: error: bad type convertion requested output: G2 I F "main { \ */ int main(void) { void f(void); return (int) f(); }