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