Skip to content

Instantly share code, notes, and snippets.

@gmarkall
Created February 26, 2013 12:24
Show Gist options
  • Save gmarkall/5038077 to your computer and use it in GitHub Desktop.
Save gmarkall/5038077 to your computer and use it in GitHub Desktop.
int* f()
{
static int a[3] = {1,2,3};
return a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment