mbeddr / mbeddr.core

The mbeddr core. An extensible C
Eclipse Public License 2.0
224 stars 77 forks source link

Code generation of pointer to ArrayType #2445

Open mgronover opened 2 weeks ago

mgronover commented 2 weeks ago

There is a missing brace in the code generation of a pointer to an ArrayType. And also some tests are missing for that.

Here is the test case with the correct results within the comment below: image