On Thursday, 28 April 2016 at 16:05:39 UTC, andi wrote:
> hey guys,
>
> as the title says, im looking for an aquivalent to pragma
> comment(linker, "export:functionname"), is there any in D?
>
> greetings,
> Andi
export void functionname() {}
There.