CPP: Add .expected (results before query changes here).

This commit is contained in:
Geoffrey White
2025-07-30 11:22:23 +01:00
parent 43bca84310
commit d6fddde6e0

View File

@@ -0,0 +1,3 @@
| test.cpp:12:16:12:17 | g1 | Initialization code for 'g1' is never run. |
| test.cpp:14:23:14:24 | g3 | Initialization code for 'g3' is never run. |
| test.cpp:16:12:16:12 | a | Initialization code for 'a' is never run. |