1/* REPRODUCED:CC1:SIGNAL MACHINE:i386 OPTIONS: */
2long long f()
3{
4long long*g,*s;
5return*g+*s;
6}
7