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 1a89424 commit 927b2e9Copy full SHA for 927b2e9
cpp/autosar/test/rules/A3-9-1/test.cpp
@@ -3,7 +3,7 @@
3
void test_variable_width_type_variables() {
4
char c; // NON_COMPLIANT
5
unsigned char uc; // NON_COMPLIANT
6
- signed char sc; // NON_COMPLIANt
+ signed char sc; // NON_COMPLIANT
7
8
int i; // NON_COMPLIANT
9
unsigned int ui; // NON_COMPLIANT
0 commit comments