blob: a77c2502643785c4dad11164fc74f2d5b573269c [file] [log] [blame]
; RUN: llvm-as < %s | llvm-dis
; RUN: verify-uselistorder %s
define { i32 } @foob() nounwind {
ret {i32}{ i32 0 }
}
define [1 x i32] @food() nounwind {
ret [1 x i32][ i32 0 ]
}