================
@@ -152,7 +152,7 @@ TEST_F(ExtractVariableTest, Test) {
a = [[b]];
a = [[xyz()]];
// statement expression
- [[xyz()]];
+ [[v()]];
----------------
HighCommander4 wrote:please update the comment above to "expression statement of type void" https://github.com/llvm/llvm-project/pull/112525 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
