ref: 0d927c0c39cc34a306efdccbc67b46b6c6d979be
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();
}