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