xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/cppIntMinOverNegativeOne.frag (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1#if (-2147483648 / -1) != 0
2#error INT_MIN / -1 should yield 0, something went wrong.
3#endif
4#if (-2147483648 % -1) != 0
5#error INT_MIN % -1 should yield 0, something went wrong.
6#endif