Skip to content

Instantly share code, notes, and snippets.

@leifwalsh
Created December 29, 2014 22:22
Show Gist options
  • Save leifwalsh/cfcc217aea8a9ef3e364 to your computer and use it in GitHub Desktop.
Save leifwalsh/cfcc217aea8a9ef3e364 to your computer and use it in GitHub Desktop.
int main(void) {
int x = 1;
float y = 1.0;
return true ? x : y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment