1 2 3 4 5 6 7
%X = type { int, float } void %test() { getelementptr %X* null, long 0, ubyte 1 ret void }