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

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