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 cc527b1 commit 632e9dfCopy full SHA for 632e9df
cpp/autosar/test/rules/M0-1-9/test.cpp
@@ -76,5 +76,7 @@ int test_dead_code(int x) {
76
} catch (...) { // NON_COMPLIANT
77
}
78
79
+ static_assert(1); // COMPLIANT
80
+
81
return live5 + live6; // COMPLIANT
82
0 commit comments