C++: Add indication that the test result is good

This commit is contained in:
Jeroen Ketema
2023-08-22 16:38:46 +02:00
parent 1e8daff02a
commit 6566b91355

View File

@@ -161,5 +161,5 @@ void fmt_with_assignment() {
const char *x, *y;
x = y = "a";
printf(y);
printf(y); // GOOD
}