mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
52 lines
408 B
C
52 lines
408 B
C
|
|
// commented out code;
|
|
|
|
// some;
|
|
// commented;
|
|
// out;
|
|
// code;
|
|
|
|
// also;
|
|
// this
|
|
// is;
|
|
// commented-out
|
|
// code;
|
|
|
|
// this
|
|
// is;
|
|
// not
|
|
// commented-out;
|
|
// code
|
|
|
|
/*
|
|
some;
|
|
commented;
|
|
out;
|
|
code;
|
|
*/
|
|
|
|
/*
|
|
also;
|
|
this
|
|
is;
|
|
commented-out
|
|
code;
|
|
*/
|
|
|
|
/*
|
|
this
|
|
is;
|
|
not
|
|
commented-out;
|
|
code
|
|
*/
|
|
|
|
/*
|
|
* documentation;
|
|
* not;
|
|
* commented;
|
|
* out;
|
|
* code;
|
|
*/
|
|
|