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 55962dc commit 845ba29Copy full SHA for 845ba29
cpp/autosar/test/rules/A0-1-1/test.cpp
@@ -27,6 +27,8 @@ static void foo(B &b) noexcept {
27
B b2 = B();
28
auto b3 = &b2;
29
b3->g();
30
+ auto b2 = b;
31
+ b2.g();
32
}
33
34
template <typename T> void test() {
0 commit comments