int A[100];
int codegen_constant_offset() {
for (int i = 0; i < 12; i++)
A[13] = A[i] + A[i-1];
return 0;
}