mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
CPP: Test of a comment inside #if 0.
This commit is contained in:
@@ -113,3 +113,9 @@ void myFunction();
|
||||
#endif /* #ifdef MYMACRO */
|
||||
|
||||
#error "error" /* #ifdef MYMACRO */
|
||||
|
||||
// commented_out_code();
|
||||
|
||||
#if 0
|
||||
// commented_out_code();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user