mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-28 05:30:33 +00:00
6 lines
185 B
GLSL
6 lines
185 B
GLSL
#if (-2147483648 / -1) != 0
|
|
#error INT_MIN / -1 should yield 0, something went wrong.
|
|
#endif
|
|
#if (-2147483648 % -1) != 0
|
|
#error INT_MIN % -1 should yield 0, something went wrong.
|
|
#endif |