072_comptime7.patch 108 B

1234
  1. 38c38
  2. < ??? (i < instructions.len) : (???) {
  3. ---
  4. > inline while (i < instructions.len) : (i += 3) {