Skip to content

Instantly share code, notes, and snippets.

@pepyakin
Created January 12, 2018 20:49
Show Gist options
  • Save pepyakin/75264c0329a0ea95429f45ead65c7210 to your computer and use it in GitHub Desktop.
Save pepyakin/75264c0329a0ea95429f45ead65c7210 to your computer and use it in GitHub Desktop.
a;
struct b h;
struct b {
struct {
struct {
int c
} d
} e
} f(struct b *i) {
for (; a < i->e.d.c; a++) {
int g = 0;
for (; g < i->e.d.c; g++)
;
}
}
main() {
h.e.d.c = 235;
f(&h);
exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment