Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Support 2-D (n-D?) C arrays #5

Description

@elefthei

Example c test:

int bar() {
  int foo[2][2] = {{1, 2}, {3, 4}};
  return foo[1][1];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions