module mydll;
import core.stdc.stdio;

export void dllprint() { printf("hello dll world\n"); }