CPP: Test of a comment inside #if 0.

This commit is contained in:
Geoffrey White
2019-04-16 15:37:21 +01:00
parent 1e0e3192bb
commit 2d15163e30
2 changed files with 8 additions and 0 deletions

View File

@@ -113,3 +113,9 @@ void myFunction();
#endif /* #ifdef MYMACRO */
#error "error" /* #ifdef MYMACRO */
// commented_out_code();
#if 0
// commented_out_code();
#endif