1 2 3 4 5 6
; RUN: llvm-as < %s | llc -march=sparc | grep weak define weak i32 @func() nounwind { entry: ret i32 0 }