@@ -1,11 +1,10 @@
#include <stdlib.h>
#include <stdio.h>
#include "vm.h"
int main(int argc, char** argv) {
int i = 1;
char a[4] = { 1, 2, 3, 4 };
int x = a[i++] + a[i++];
// aci, i == 12 ; x == 21
vm_init("test.bin");
vm_step();
return 0;
}
The note is not visible to the blocked user.