1 ; RUN: llvm-as < %s | opt -globalopt -disable-output
2 %RPyString = type { int, %arraytype.Char }
3 %arraytype.Char = type { int, [0 x sbyte] }
4 %arraytype.Signed = type { int, [0 x int] }
5 %functiontype.1 = type %RPyString* (int)
6 %structtype.test = type { int, %arraytype.Signed }
7 %structinstance.test = internal global { int, { int, [2 x int] } } { int 41, { int, [2 x int] } { int 2, [2 x int] [ int 100, int 101 ] } } ; <{ int, { int, [2 x int] } }*> [#uses=1]
9 implementation ; Functions:
11 fastcc void %pypy_array_constant() {
13 %tmp.9 = getelementptr %structtype.test* cast ({ int, { int, [2 x int] } }* %structinstance.test to %structtype.test*), int 0, uint 0 ; <int*> [#uses=0]
17 fastcc void %new.varsizestruct.rpy_string() {
21 void %__entrypoint__pypy_array_constant() {
22 call fastcc void %pypy_array_constant( )
26 void %__entrypoint__raised_LLVMException() {