mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 16:31:16 +00:00
11 lines
186 B
LLVM
11 lines
186 B
LLVM
|
; RUN: llvm-as < %s | llc
|
||
|
|
||
|
implementation ; Functions:
|
||
|
|
||
|
declare void %llvm.dbg.declare({ }*, { }*)
|
||
|
|
||
|
void %foo() {
|
||
|
call void %llvm.dbg.declare( { }* null, { }* null )
|
||
|
ret void
|
||
|
}
|