Code:
void main() {
alias A = void function();
alias B = extern(Windows) void function();
}
Error:
/d702/f46.d(3): Error: basic type expected, not extern
/d702/f46.d(3): Error: semicolon expected to close alias declaration
/d702/f46.d(3): Error: no identifier for declarator void function()
(Taken from dpaste 1:1)
Comment #2 by andrej.mitrovich — 2013-08-22T17:09:56Z
*** Issue 10873 has been marked as a duplicate of this issue. ***
Comment #3 by k.hara.pg — 2014-06-09T06:50:03Z
*** This issue has been marked as a duplicate of issue 12802 ***