Created
February 18, 2014 18:10
-
-
Save nitrix/9076383 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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