Does the new alias syntax not support extern for function types?

Mike Parker aldacron at gmail.com
Tue Jan 15 04:04:11 PST 2013


On Monday, 14 January 2013 at 21:00:12 UTC, Simen Kjaeraas wrote:
> alias foo = extern(System) void function();
>
> Gives me an error about expecting basic type, not extern.

extern(System) alias void function() foo;


More information about the Digitalmars-d-learn mailing list