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

9 lines
132 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep func1 | grep WEAK
implementation
linkonce int %func1 () {
ret int 5
}