xref: /llvm-project/llvm/test/tools/gold/X86/Inputs/cache.ll (revision 2ceb628f364bfb2444df6b819ccc22a46fac0a58)
1*2ceb628fSDavide Italianotarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
257891a50STeresa Johnsontarget triple = "x86_64-unknown-linux-gnu"
357891a50STeresa Johnson
457891a50STeresa Johnsondefine i32 @main() {
557891a50STeresa Johnsonentry:
657891a50STeresa Johnson  call void (...) @globalfunc()
757891a50STeresa Johnson  ret i32 0
857891a50STeresa Johnson}
957891a50STeresa Johnson
1057891a50STeresa Johnsondeclare void @globalfunc(...)
11