1:255.13-alt1
[systemd_ALT.git] / coccinelle / cond-omit-middle.cocci
blobf1587b8db30dff325c8f694ac271354437ac235e
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /* See: https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals */
3 @@
4 expression e, x;
5 @@
6 - e ? e : x
7 + e ?: x