1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-01 00:33:09 +00:00
llvm-6502/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
2009-09-09 00:09:15 +00:00

7 lines
103 B
LLVM

; RUN: llc < %s -march=c | grep func1 | grep WEAK
define linkonce i32 @func1() {
ret i32 5
}