Skip to content

Attribute associated with incorrect decl #113

@bbartman

Description

@bbartman

Attribute associated with incorrect declaration

[extern("C")]
time(t:^uint64):uint64
Vector.usyntax:940:7: error: cannot apply linkage specifier to a parameter
time(t:^uint64):uint64

The same error occurs for the following:

time(t:^uint64)<extern("C")>:uint64
time<extern("C")>(t:^uint64):uint64

Metadata

Metadata

Assignees

No one assigned

    Labels

    GoldBelongs to the gold language.bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions