Skip to content

Typedef rewriting error for arrays #440

Closed
@john-h-kastner

Description

@john-h-kastner
typedef int foo [10];
foo bar;

Is rewritten to (-alltypes)

typedef int _Checked[10] foo;
foo bar;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions