Skip to content

Commit

Permalink
Update cpp/ql/test/query-tests/Likely Bugs/Likely Typos/ExprHasNoEffe…
Browse files Browse the repository at this point in the history
…ct/CMakeFiles/CMakeScratch/TryCompile-abcdef/CheckFunctionExists.c

Co-authored-by: Jeroen Ketema <[email protected]>
  • Loading branch information
geoffw0 and jketema authored Jan 9, 2025
1 parent b6f412b commit 0ce409e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0ce409e

Please sign in to comment.