blob: edf7d32403e2c06b8aae0f36b475d37fba7f1b47 [file] [log] [blame]
@@
expression x, y, z;
@@
- z = x;
- x = y;
- y = z;
+ SWAP_TWO(x, y);