Tests: Non-determinancy: Add back in the IntMin tests.
This commit is contained in:
6
Test/cppIntMinOverNegativeOne.frag
Normal file
6
Test/cppIntMinOverNegativeOne.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user