5 lines
92 B
LLVM
5 lines
92 B
LLVM
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
|
|
|
|
%t = type opaque
|
|
@x = global %t undef
|