X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parsetest%2Fcp_error011.c;h=f124cdf14b86faa2c99fccbace5d79661fc2306d;hb=9e9141455d9e7a9028d7ffa1d5656b1e9bb25c74;hp=1e79a1d2ca4725506baabb8ae802f7b166c779b7;hpb=86b7ab6d7a28d6cdc5157e2edbc751e09fe3e2bb;p=cparser diff --git a/parsetest/cp_error011.c b/parsetest/cp_error011.c index 1e79a1d..f124cdf 100644 --- a/parsetest/cp_error011.c +++ b/parsetest/cp_error011.c @@ -5,3 +5,7 @@ void f(void) { const struct bla x = { 0 }; } + +int main(void) { + return 0; +}