10 lines
125 B
LLVM
Raw Normal View History

define void @_DllMainCRTStartup() {
entry:
ret void
}
define dllexport void @f() local_unnamed_addr {
entry:
ret void
}