Skip to content

Support for Incomplete-Array in structs. #506

Open
@mannprerak2

Description

C supports Flexible-Arrays as the last member of a struct having more than 1 member.
Structs of the following type -

struct T{
  int a;
  int b[]; // flexible array member, can only be at the end.
}

are not supported currently.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions