blob: 2d62231b74e3a69d08185b94ecd2e19494f13090 [file] [log] [blame]
Tanya Lattner3f047732008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
John Criswell6fd2e362004-02-26 22:55:11 +00002
Tanya Lattner3f047732008-02-19 01:41:04 +00003define linkonce i32 @func1() {
4 ret i32 5
John Criswell6fd2e362004-02-26 22:55:11 +00005}
6