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

8 lines
128 B
LLVM
Raw Normal View History

declare dllimport void @f() local_unnamed_addr
define void @g() local_unnamed_addr {
entry:
tail call void @f()
ret void
}