Skip to content

Commit 3b3ff2b

Browse files
authored
misra-test.c: Rule 4.1: Add another compliant test example (danmar#2212)
1 parent 1769af4 commit 3b3ff2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/test/misra/misra-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ int misra_5_2_field_hides_field1_31y;//5.2
6868
};
6969
const char *s41_1 = "\x41g"; // 4.1
7070
const char *s41_2 = "\x41\x42";
71+
const char *s41_3 = "\x41" "g";
7172
int c41_3 = '\141t'; // 4.1
7273
int c41_4 = '\141\t';
7374

0 commit comments

Comments
 (0)