Skip to content

Instantly share code, notes, and snippets.

@miura1729
Last active March 16, 2020 10:41
Show Gist options
  • Save miura1729/73abe2dbdf5587f19ba4e90f523f3e72 to your computer and use it in GitHub Desktop.
Save miura1729/73abe2dbdf5587f19ba4e90f523f3e72 to your computer and use it in GitHub Desktop.
static mrb_value next__Context__4(mrb_state *mrb, struct cls1_29 * self, struct gctab *prevgctab) {
struct env35 env;
struct REnv *venv = NULL;
char *v24890;
mrb_int v24891;
mrb_value v24893;
mrb_int v24895;
struct gctab *gctab = (struct gctab *)alloca(sizeof(struct gctab));
gctab->ret_status = 0;
L1485:;
v24890 = self->v323;
v24891 = self->v325;
{ char *tmpstr = alloca(2);
tmpstr[0] = "{\"foo\": \"bar\"}"[v24891];
tmpstr[1] = '\0';
v24893 = (mrb_str_new_cstr(mrb, tmpstr));
};
v24895 = self->v325;
self->v325 = (v24895 + 1); /* mrb_int -> mrb_int */
return v24893;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment