ref: 53f14a7c00755ff7aea5e8115de6e9fd3fe1518f
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();
}