Skip to content

translate-c: support C bitfields #1499

@ghost

Description

struct Test {
    unsigned foobar : 1;
};
pub const struct_Test = @OpaqueType();

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.frontendTokenization, parsing, AstGen, Sema, and Liveness.translate-cC to Zig source translation feature (@cImport)

    Type

    No type

    Projects

    Status

    Blockers

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions