Files
codeql/cpp/ql/test/query-tests/Documentation/CommentedOutCode/test.c
Owen Mansel-Chan f54debd65a C++
2026-06-10 22:57:08 +02:00

52 lines
463 B
C

// commented out code; // $ Alert
// some;
// commented;
// out;
// code; // $ Alert
// also;
// this
// is;
// commented-out
// code; // $ Alert
// this
// is;
// not
// commented-out;
// code
/*
some;
commented;
out;
code;
*/ // $ Alert
/*
also;
this
is;
commented-out
code;
*/ // $ Alert
/*
this
is;
not
commented-out;
code
*/
/*
* documentation;
* not;
* commented;
* out;
* code;
*/