Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ThinLTO / X86 / Inputs / funcimport_alwaysinline.ll
blob31ca7f5b3f65a4d8303684085c5463c718068803
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 define i32 @main() {
5 entry:
6   call void (...) @foo()
7   ret i32 0
10 declare void @foo(...)