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

9 lines
117 B
Plaintext

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