1%A.11 = type { %B } 2%B = type { i8 } 3@g1 = external global %A.11 4 5define ptr @use_g1() { 6 ret ptr @g1 7} 8