From f08d858149ce3944a909313907e2ea23f9bc6557 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Mon, 11 Mar 2019 20:04:13 +0100 Subject: [PATCH] [tests] add test for initial renaming problem --- tests/syntax/rename.i | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/syntax/rename.i b/tests/syntax/rename.i index 86a78d54789..053c6546f77 100644 --- a/tests/syntax/rename.i +++ b/tests/syntax/rename.i @@ -53,6 +53,13 @@ void f6() { int y_1; +void f7() { + { int __constr_expr_1 = 0; } + int __constr_expr_1 = 0; +} + +int __constr_expr_0 = 0; + struct not_anon { int __anonCompField1; }; -- GitLab