mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Add indication that the test result is good
This commit is contained in:
@@ -161,5 +161,5 @@ void fmt_with_assignment() {
|
||||
const char *x, *y;
|
||||
|
||||
x = y = "a";
|
||||
printf(y);
|
||||
printf(y); // GOOD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user