#code 0xD000
#data 0xC000
#include <forth.k>

int i;

main(){
 i+=2;
}
