llvm-project/llvm/test/tools/gold/X86/Inputs/cache.ll

10 lines
149 B
LLVM

target triple = "x86_64-unknown-linux-gnu"
define i32 @main() {
entry:
call void (...) @globalfunc()
ret i32 0
}
declare void @globalfunc(...)