Skip to content

Designated initializer error #10

Description

@fuhsnn
struct S {
  struct {
    int i, j;
  } m;
};

struct S s = {.m.i = 0, .m.j = 1};

got: m.c:7:27: error: struct or union has no member named "m"

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