From bd531ec1fde7d47f71c8d68c44ba3f79ae148564 Mon Sep 17 00:00:00 2001 From: seyko Date: Mon, 23 Mar 2015 08:27:16 +0300 Subject: A right fix for the array in struct initialization w/o '{' Parse a type if there is only one '(' before a type token. Otherwise a recursion will perform a job. --- tests/tests2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 0b170a0..35ab3c1 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -93,7 +93,8 @@ TESTS = \ 71_macro_empty_arg.test \ 72_long_long_constant.test \ 73_arm64.test \ - 74_nocode_wanted.test + 74_nocode_wanted.test \ + 75_array_in_struct_init.test # 34_array_assignment.test -- array assignment is not in C standard -- cgit v1.3.1