shithub: scc

ref: 23e14f1e2e794b38f95d71998d228c3050d2d0c8
dir: /cc1/tests/test042.c/

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