hanchenye-llvm-project/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunction...

7 lines
103 B
LLVM

; RUN: llc < %s -march=c | grep func1 | grep WEAK
define linkonce i32 @func1() {
ret i32 5
}