Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created February 18, 2014 18:10
Show Gist options
  • Select an option

  • Save nitrix/9076383 to your computer and use it in GitHub Desktop.

Select an option

Save nitrix/9076383 to your computer and use it in GitHub Desktop.
/*
* This returns 0 under C99 and 1 under C89
* kate, Sun May 28 16:25:24 BST 2006
*/
int main(void) {
int a = 5, b = 0;
(void)(a //* */ b++
);
return b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment