blob: cf59634e82c1dbaf4452a28c3c16a31759543857 [file] [log] [blame]
; RUN: llc < %s -march=c | grep func1 | grep WEAK
define linkonce i32 @func1() {
ret i32 5
}