X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parsetest%2Fcp_error008.c;h=28689a91a9c47a79f5d396372ae1648baa43bd82;hb=3c8616df9c34fb1242043d5a51000ba4cdd0aa30;hp=22fdf82ec99e5175d078f22250c4bb90cfaee05b;hpb=582d43e9816467c5f2562371c9d59ee2de5154be;p=cparser diff --git a/parsetest/cp_error008.c b/parsetest/cp_error008.c index 22fdf82..28689a9 100644 --- a/parsetest/cp_error008.c +++ b/parsetest/cp_error008.c @@ -5,7 +5,7 @@ int FirstOne(long long arg1) long long d; }; - union doub xx; + union doub x; x.d = arg1; return x.i[2]; }