We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195cc3f commit 9580891Copy full SHA for 9580891
1 file changed
c/common/test/rules/constantunsignedintegerexpressionswraparound/test.c
@@ -4,7 +4,7 @@
4
#define UINT_MIN ((unsigned int)0)
5
#define UULONG_MIN ((unsigned long long)0)
6
7
-void test_signed_int() {
+void test_unsigned_int() {
8
unsigned int a;
9
a = 1 + 1; // COMPLIANT
10
a = 0 - 1; // COMPLIANT
0 commit comments