shithub: scc

ref: da3fdf4fee4a266d3e69ea569659cb0268cb7d28
dir: /cc1/tests/test042.c/

View raw version
/*
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();
}