1define void @_DllMainCRTStartup() {2entry:3 ret void4}5 6define dllexport void @f() local_unnamed_addr {7entry:8 ret void9}10