Skip to content

Support delayed initializer lists #7

@copton

Description

@copton

typedef struct {
int x;
int y;
} Foo;

int main()
{
Foo foo;
foo = (Foo){1,2};
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions