Chris Lattner | 5051e9c | 2002-11-06 00:52:21 +0000 | [diff] [blame^] | 1 | ; This testcase is invalid because we are indexing into a pointer that is |
2 | ; contained WITHIN a structure. | ||||
3 | |||||
4 | void %test({int, int*} * %X) { | ||||
5 | getelementptr {int, int*} * %X, long 0, ubyte 1, long 0 | ||||
6 | ret void | ||||
7 | } |