mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
9 lines
152 B
LLVM
9 lines
152 B
LLVM
|
; RUN: llvm-as < %s | llvm-dis
|
||
|
|
||
|
define { i32 } @foob() nounwind {
|
||
|
ret {i32}{ i32 0 }
|
||
|
}
|
||
|
define [1 x i32] @food() nounwind {
|
||
|
ret [1 x i32][ i32 0 ]
|
||
|
}
|