Skip to content

Allow "_" to be used as a name for struct members (for pure padding members); these members should be zero-initialized during type construction #49

@mehcode

Description

@mehcode
struct LegacyCType {
  a: int,
  _: byte[10]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions