mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 19:45:40 -04:00
8 lines
130 B
LLVM
8 lines
130 B
LLVM
; RUN: llvm-as < %s > /dev/null
|
|
; RUN: verify-uselistorder %s
|
|
|
|
define <4 x i32> @foo() {
|
|
ret <4 x i32> zeroinitializer
|
|
}
|
|
|