Skip to content

Instantly share code, notes, and snippets.

@jpf91
Created February 8, 2013 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpf91/4738922 to your computer and use it in GitHub Desktop.
Save jpf91/4738922 to your computer and use it in GitHub Desktop.
auto f7965()()
{
int a;
class Result
{
void g() { /*a = 42;*/ }
}
return new Result();
}
void test7965a()
{
f7965!()();
}
void main()
{
test7965a();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment