From: Matthias Braun Date: Wed, 4 Jun 2008 13:24:37 +0000 (+0000) Subject: simpler testcase X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=aa7633ac0a39b73af704d9eb0d9461a1318269c1;p=cparser simpler testcase [r19974] --- diff --git a/parsetest/cp_error033.c b/parsetest/cp_error033.c index a876535..2b3062b 100644 --- a/parsetest/cp_error033.c +++ b/parsetest/cp_error033.c @@ -2,8 +2,7 @@ struct A { int a, b; }; -static struct A -deduce_conversion(int from, int to) +static struct A deduce_conversion(int from, int to) { struct A result = { 1, 2 }; return result;