8000 関数の宣言と定義でstaticの有無が異なると不具合を生じる · Issue #198 · tychy/hooligan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
関数の宣言と定義でstaticの有無が異なると不具合を生じる #198
Open
@yokonao

Description

@yokonao
// 'Lfunc'として登録される
static int func()

// 'func'として定義される
int func(){
    return 0;
}

gccでは↑のようなコードは許容される

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0