blob: 918252d73679ae510985b2fddff4b66db4c854bc [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
implementation
linkonce int %func1 () {
ret int 5
}