// test interrupt rz40


int0()
  i = i + 1

#noframe
int1()
  print(2)

main()
  ei(1)
  doze()
  di(2)

