We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352f778 commit b5377b4Copy full SHA for b5377b4
c/misra/test/rules/RULE-10-4/test.c
@@ -33,4 +33,8 @@ void testOps() {
33
A < A; // COMPLIANT
34
e1a < e2a; // NON_COMPLIANT
35
A < D; // NON_COMPLIANT
36
+
37
+ enum { G };
38
+ s32 + G; // COMPLIANT
39
+ c == '\n'; // COMPLIANT
40
}
0 commit comments