X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=parsetest%2Fcompoundlit2.c;h=1b47313a46eca24424040e9c7a66cd758a73f367;hb=412b79e2cac1e0e0682906c0f49e31eb6feab5b7;hp=e2ef26436481708692acfffd76e29e3186a18acb;hpb=a9bb10d73916afee075fafc431a932b42d8b7500;p=cparser diff --git a/parsetest/compoundlit2.c b/parsetest/compoundlit2.c index e2ef264..1b47313 100644 --- a/parsetest/compoundlit2.c +++ b/parsetest/compoundlit2.c @@ -1,3 +1,5 @@ +int gk = sizeof( (int[]) { 1, 2, 3 } ) / sizeof(int); + int main(void) { int k = sizeof( (int[]) { 1, 2, 3 } ) / sizeof(int);