Created
October 7, 2018 16:54
-
-
Save yunustek/f374f2075b2174dc3bcf56e3e52d139e to your computer and use it in GitHub Desktop.
Yeni Derleyici Yönergeleri
This file contains 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
#if false | |
#warning("this will not trigger a warning") | |
#error("this will not trigger an error") | |
#endif | |
#if true | |
#warning("this will trigger a warning") | |
#error("this will trigger an error") | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment