From aa7633ac0a39b73af704d9eb0d9461a1318269c1 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 4 Jun 2008 13:24:37 +0000 Subject: [PATCH] simpler testcase [r19974] --- parsetest/cp_error033.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1