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