X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parsetest%2Fshouldfail%2Finit2.c;h=dbaaaabc73b98bec9f9253a101ae277499868f01;hb=2c1b184ca0496cfbdf2c64c07b885fa0c2c65b42;hp=9e2b90aa6c8eade00b2a4c25d021b4c18364ea5b;hpb=7e1042b96de7c3e0126f46ebae693c905a3a4c10;p=cparser diff --git a/parsetest/shouldfail/init2.c b/parsetest/shouldfail/init2.c index 9e2b90a..dbaaaab 100644 --- a/parsetest/shouldfail/init2.c +++ b/parsetest/shouldfail/init2.c @@ -3,3 +3,8 @@ struct S { }; struct S arr[] = { { 1, 2, { 3, 4 } } }; + +int main(void) +{ + return 0; +}