1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2@@
3constant c;
4@@
5(
6- errno == -c
7+ errno == c
8|
9- errno != -c
10+ errno != c
11)
12