Files
codeql/cpp/ql/test/query-tests/Summary/generated-file.cpp
2021-06-14 16:21:30 +01:00

13 lines
266 B
C++

/**
* This file is generated by abc.xyz. Do not edit!
*
* (except that this isn't really a generated file, but the above is the typical sort of comment
* you see at the beginning of a true generated file).
*/
int generated_function() {
// ...
return 1;
}