summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
blob: cf59634e82c1dbaf4452a28c3c16a31759543857 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=c | grep func1 | grep WEAK

define linkonce i32 @func1() {
        ret i32 5
}