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

Simen Kjaeraas simen.kjaras at gmail.com
Mon Jan 14 12:59:31 PST 2013


alias foo = extern(System) void function();

Gives me an error about expecting basic type, not extern.

-- 
Simen


More information about the Digitalmars-d-learn mailing list