blob: 067623c5ba0c97c3df157ae87f45200a183545b4 [file] [log] [blame]
Chris Lattner5051e9c2002-11-06 00:52:21 +00001; This testcase is invalid because we are indexing into a pointer that is
2; contained WITHIN a structure.
3
4void %test({int, int*} * %X) {
5 getelementptr {int, int*} * %X, long 0, ubyte 1, long 0
6 ret void
7}