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