blob: 0c9a54d6ad2984cf035baeb29fb0566d03288609 [file] [log] [blame] [edit]
// Copyright 2022 Igalia S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
template: default
desc: Compound bitwise-xor assignment with target being a private reference
---*/
//- lhs
0x1111
//- operator
^=
//- rhs
0x1010
//- result
0x0101