Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59de841

Browse filesBrowse files
committed
test file
1 parent 968b08f commit 59de841
Copy full SHA for 59de841

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎cpp/autosar/test/rules/A0-1-1/test.cpp

Copy file name to clipboardExpand all lines: cpp/autosar/test/rules/A0-1-1/test.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
// A POD class.
3-
structA {
3+
struct A {
44
int f;
55
int f2;
6-
}
6+
};
7+
78
// A non-POD class, with a trivial compiler generated constructor
89
struct B {
910
int f;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.