c++: fix testcase [PR112765]

PR c++/112765

gcc/testsuite/ChangeLog:

	* g++.dg/warn/Wparentheses-33.C: Compile with -Wparentheses.
This commit is contained in:
Patrick Palka 2023-11-29 16:47:12 -05:00
parent 220fe41fd4
commit 0b242afffd

View file

@ -1,4 +1,5 @@
// PR c++/112765
// { dg-additional-options "-Wparentheses" }
struct A {
A& operator=(const A&);