xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/funcimport_alwaysinline.ll (revision b11391bb47d6fb75639c331378440b405e64be7a)
1*b11391bbSTeresa Johnsontarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2*b11391bbSTeresa Johnsontarget triple = "x86_64-unknown-linux-gnu"
3*b11391bbSTeresa Johnson
4*b11391bbSTeresa Johnsondefine i32 @main() {
5*b11391bbSTeresa Johnsonentry:
6*b11391bbSTeresa Johnson  call void (...) @foo()
7*b11391bbSTeresa Johnson  ret i32 0
8*b11391bbSTeresa Johnson}
9*b11391bbSTeresa Johnson
10*b11391bbSTeresa Johnsondeclare void @foo(...)
11