shithub: scc

ref: 80450c349f4ca1207c3dfcfbd4e7d91f90bb537e
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();
}