mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
|
||
|
|
||
|
implementation
|
||
|
|
||
|
linkonce int %func1 () {
|
||
|
ret int 5
|
||
|
}
|
||
|
|