shithub: scc

ref: 771e9d2c95cb83c6ee2c33e415da03b5b7b291a5
dir: /cc1/tests/test042.c/

View raw version
/*
name: TEST042
description: Test for bug parsing ternary operators
error:
test042.c:17: error: bad type convertion requested
output:
G2	I	F	"main
{
\
*/

int
main(void)
{
        void f(void);

        return (int) f();
}