mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 03:51:08 +00:00
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
|
|
}
|