/* Architecture is Linux */ typedef int (*__cp_1) (); int test(); int test() { int i; int j; int result; int _testTmp2; /*#line 2 "test.loop.c"*/ i = (0); /*#line 2 "test.loop.c"*/ j = (3); /*#line 2 "test.loop.c"*/ result = (0); /*#line 5 "test.loop.c"*/ _testTmp2 = ((result+(0* j))); /*#line 5 "test.loop.c"*/ result = (_testTmp2); /*#line 5 "test.loop.c"*/ _testTmp2 = ((result+(1* j))); /*#line 5 "test.loop.c"*/ result = (_testTmp2); /*#line 5 "test.loop.c"*/ _testTmp2 = ((result+(2* j))); /*#line 5 "test.loop.c"*/ result = (_testTmp2); /*#line 5 "test.loop.c"*/ _testTmp2 = ((result+(3* j))); /*#line 5 "test.loop.c"*/ result = (_testTmp2); /*#line 5 "test.loop.c"*/ _testTmp2 = ((result+(4* j))); /*#line 5 "test.loop.c"*/ result = (_testTmp2); /*#line 6 "test.loop.c"*/ return 0 ; }