See the attached crash.c.  Compile with "tcc crash.c"


typedef struct _hello
{
        int an_integer;
} hello;

void dosomething1(hello *s)
{
}

#if 1
void dosomething2(hello_bad_undefined *s)
{
}
#endif

int main(void)
{
        return 0;
}


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to