blob: 918252d73679ae510985b2fddff4b66db4c854bc [file] [log] [blame]
John Criswell726f0b82004-02-26 22:55:11 +00001; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
2
3implementation
4
5linkonce int %func1 () {
6 ret int 5
7}
8