cgen error for fixed array of fixed arrays in const #23565
Labels
Bug
This tag is applied to issues which reports bugs.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
Describe the bug
Fixed array of fixed arrays in const turn to an error if the array element is another const.
This works fine:
Reproduction Steps
So with this...
C compilation fails.
Remving
f
fromff
array solves the problem.Expected Behavior
Successful compilation or V checker error?
Current Behavior
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.9 da5bb68
Environment details (OS name and version, etc.)
v doctor
The text was updated successfully, but these errors were encountered: