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

implementation

linkonce int %func1 () {
  ret int 5
}