ref: 243a9a7629fb99ad8a62db46b3c9e249a8b575a4
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 F "main
{
\
*/
int
main(void)
{
void f(void);
return (int) f();
}