10 lines
125 B
LLVM
10 lines
125 B
LLVM
define void @_DllMainCRTStartup() {
|
|
entry:
|
|
ret void
|
|
}
|
|
|
|
define dllexport void @f() local_unnamed_addr {
|
|
entry:
|
|
ret void
|
|
}
|