mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
6 lines
113 B
LLVM
6 lines
113 B
LLVM
|
; RUN: llvm-as < %s | opt -analyze -inline -disable-output
|
||
|
; PR 1526
|
||
|
define i32 @test1() {
|
||
|
ret i32 0;
|
||
|
}
|