DEBSOURCES
Skip Quicknav
sources / llvm / 2.2-12 / test / CodeGen / CBackend / 2004-02-26-LinkOnceFunctions.llx
12345678
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep func1 | grep WEAK implementation linkonce int %func1 () { ret int 5 }