blob: 997f1c9fda323c98756f9da14b8482d9b18782d7 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep func1 | grep WEAK
John Criswell726f0b82004-02-26 22:55:11 +00002
3implementation
4
5linkonce int %func1 () {
6 ret int 5
7}
8