The following code fails to compile due to internal compiler assertion failure:
File crash.d:
module crash;
extern (Windows) {
int func(PRPC_RUNDOWN);
alias void function(void*) PRPC_RUNDOWN;
}
Comment #1 by 2korden — 2008-04-27T06:50:52Z
Reordering the two lines inside extern declaration block resolves issue.
Comment #2 by braddr — 2008-04-27T19:18:42Z
*** This bug has been marked as a duplicate of 1994 ***