Raw File
2005-05-05-OpaqueUndefValues.ll
; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null

%t = type opaque
@x = global %t undef
back to top