; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK

implementation

linkonce int %func1 () {
  ret int 5
}