Files
linux-packaging-mono/external/llvm-project/lld/test/COFF/Inputs/gamma.ll

15 lines
198 B
LLVM
Raw Normal View History

declare void @f() local_unnamed_addr
define void @__imp_f() local_unnamed_addr {
entry:
ret void
}
define void @mainCRTStartup() local_unnamed_addr {
entry:
tail call void @f()
ret void
}