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 d74f0f2 commit 1c3570dCopy full SHA for 1c3570d
cpp/autosar/test/rules/M5-3-2/test.cpp
@@ -8,6 +8,6 @@ void f() {
8
9
std::uint16_t a = -K; // COMPLIANT
10
std::int16_t b = -a; // NON_COMPLIANT
11
- std::uint64_t c = K; // COMPLIANTt
+ std::uint64_t c = K; // COMPLIANT
12
std::int64_t d = -c; // NON_COMPLIANT
13
}
0 commit comments