Skip to content

Instantly share code, notes, and snippets.

@antoninhrlt
Created July 24, 2022 00:27
Show Gist options
  • Save antoninhrlt/430a3395a93c83d159cbf8736d97e9c7 to your computer and use it in GitHub Desktop.
Save antoninhrlt/430a3395a93c83d159cbf8736d97e9c7 to your computer and use it in GitHub Desktop.
int main(void) {
while (1) {
int* a = malloc(sizeof(int));
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment