1*cee313d2SEric Christopher; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s 2*cee313d2SEric Christopher; RUN: llvm-modextract -b -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=M0 %s 3*cee313d2SEric Christopher; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=M1 %s 4*cee313d2SEric Christopher 5*cee313d2SEric Christopher; M0: @g = external constant 6*cee313d2SEric Christopher; M1: @g = constant 7*cee313d2SEric Christopher@g = constant i8* bitcast (i8** @g to i8*), !type !0 8*cee313d2SEric Christopher 9*cee313d2SEric Christopher!0 = !{i32 0, !"typeid"} 10