Skip to content

Instantly share code, notes, and snippets.

@rpechayr
Created November 28, 2011 15:48
Show Gist options
  • Save rpechayr/1400840 to your computer and use it in GitHub Desktop.
Save rpechayr/1400840 to your computer and use it in GitHub Desktop.
Est-ce que ça compile
typedef struct
{
int myInt;
} MyClass;
int main (int argc, char const *argv[])
{
MyClass *myInstance = false;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment