blob: f164abd586d1ad7afc5c0568596b1fc515758114 [file] [log] [blame]
%A = type { }
%B = type { %D, %E, %B* }
%D = type { %E }
%E = type opaque
@g2 = external global %A
@g3 = external global %B
define void @f1() {
getelementptr %A, %A* null, i32 0
ret void
}