blob: 067623c5ba0c97c3df157ae87f45200a183545b4 [file] [log] [blame]
; This testcase is invalid because we are indexing into a pointer that is
; contained WITHIN a structure.
void %test({int, int*} * %X) {
getelementptr {int, int*} * %X, long 0, ubyte 1, long 0
ret void
}