[ERROR]
An illegal operator has been found. This could be caused by an illegal usage of saturation operators, e.g. the using saturation operators without enabling them with a compiler switch if available. Note that not all compiler backends support saturation operators.
i = j +? 3; // illegal usage of saturation \c operator
Enable the usage of Saturation operators if available.