1 ; RUN: llvm-as %s -o /dev/null 2 3 @X = external global i32* 4 @X1 = external global %T* 5 @X2 = external global i32* 6 7 %T = type {i32} 8