Skip to content

Instantly share code, notes, and snippets.

@brson
Created April 25, 2013 02:12
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 brson/5456999 to your computer and use it in GitHub Desktop.
Save brson/5456999 to your computer and use it in GitHub Desktop.
#include <limits>
#if __has_include (<cxxabi.h>)
#include <cxxabi.h>
#endif
#if __has_include (<unwind.h>)
#include <unwind.h>
#endif
int
main ()
{
;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment