Files
codeql/cpp/ql/test/library-tests/queries/todo_fixme/todo_fixme.cpp
2018-08-02 17:53:23 +01:00

14 lines
237 B
C++

// TODO: Thing 1.
/* TODO: Thing 2. */
/**
* TODO: Thing 3.
*/
// For more things, read the /usr/local/doc/TODO file.
// FIXME: Bug 1.
/* FIXME: Bug 2. */
/**
* FIXME: Bug 3.
*/
// For more bugs, read the /usr/local/doc/FIXME file.