Skip to content

Instantly share code, notes, and snippets.

@nicolasnoble
Created February 1, 2015 20:56
Show Gist options
  • Save nicolasnoble/8ad179756c3a3a121a49 to your computer and use it in GitHub Desktop.
Save nicolasnoble/8ad179756c3a3a121a49 to your computer and use it in GitHub Desktop.
;; Function int main() (main, funcdef_no=1196, decl_uid=28518, cgraph_uid=322)
int main() ()
{
int D.29914;
struct __ostream_type & D.29913;
int D.29912;
bool D.29911;
void (*<T5f4>) (void) D.29910;
struct __lambda0 D.28533;
try
{
D.29910 = main()::__lambda0::operator void (*)() (&D.28533);
D.29911 = D.29910 != 0B;
D.29912 = (int) D.29911;
D.29913 = std::basic_ostream<char>::operator<< (&cout, D.29912);
std::basic_ostream<char>::operator<< (D.29913, endl);
}
finally
{
D.28533 = {CLOBBER};
}
std::basic_ostream<char>::operator<< (&cout, 1);
D.29914 = 0;
goto <D.29915>;
<D.29915>:
return D.29914;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment