C++: Add GOOD annotation

This commit is contained in:
Jeroen Ketema
2025-09-12 10:29:27 +02:00
parent 2bc035cfcf
commit 352610d651

View File

@@ -38,5 +38,5 @@ char *too_many_constants(const char *h, bool k, int i) {
too_many_constants_init(s);
return m;
return m; // GOOD - initialized by too_many_constants_init
}