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