Update cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffect/CMakeFiles/CMakeScratch/TryCompile-abcdef/CheckFunctionExists.c

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2025-01-09 15:17:57 +00:00
committed by GitHub
parent b6f412bbad
commit 0ce409efd7

View File

@@ -3,6 +3,6 @@ typedef long long size_t;
size_t strlen(const char *s);
int main() {
strlen("");
strlen(""); // GOOD: the source file occurs in a `CMakeFiles/CMakeScratch/TryCompile-...` directory
return 0;
}