mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
986b92fd8e
llvm-svn: 216022
6 lines
122 B
LLVM
6 lines
122 B
LLVM
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
|
|
; RUN: verify-uselistorder %s
|
|
|
|
%t = type opaque
|
|
@x = global %t undef
|