forked from OSchip/llvm-project
8 lines
127 B
LLVM
8 lines
127 B
LLVM
|
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
||
|
|
||
|
%T = type opaque
|
||
|
%X = global %T* null
|
||
|
%Y = global int* null
|
||
|
|
||
|
%T = type int
|