shithub: scc

ref: 1aea31215a1c95497aaa919b1d88296f59fd8f2c
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	F	"main
{
\
*/

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

        return (int) f();
}