We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968b08f commit 59de841Copy full SHA for 59de841
1 file changed
cpp/autosar/test/rules/A0-1-1/test.cpp
@@ -1,9 +1,10 @@
1
2
// A POD class.
3
-structA {
+struct A {
4
int f;
5
int f2;
6
-}
+};
7
+
8
// A non-POD class, with a trivial compiler generated constructor
9
struct B {
10
0 commit comments