diff options
| author | seyko <seyko2@gmail.com> | 2015-03-23 08:27:16 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-03-23 08:27:16 +0300 |
| commit | bd531ec1fde7d47f71c8d68c44ba3f79ae148564 (patch) | |
| tree | 5760b7b7c699e31ce431cbb187877e1913673a2d /tests/tests2/Makefile | |
| parent | 367bb6f4b78e4bf0cc6d89a6baf6ce1a5ef3a239 (diff) | |
| download | tinycc-bd531ec1fde7d47f71c8d68c44ba3f79ae148564.tar.gz tinycc-bd531ec1fde7d47f71c8d68c44ba3f79ae148564.tar.bz2 | |
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.
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
