Skip to content

Commit af1a9cf

Browse files
committed
add out of line definition test
1 parent f1b8a92 commit af1a9cf

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace N
2+
{
3+
struct S;
4+
}
5+
6+
struct N::S
7+
{
8+
};
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<mrdox xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://github.com/cppalliance/mrdox/raw/develop/mrdox.rnc">
4+
<namespace name="">
5+
<namespace name="N" id="rjlMNXAaWNMkQYMTJzRA1DR0DiE=">
6+
<struct name="S" id="BOgJOhZPKKMy9QBLYD1JPMD1Doc=">
7+
<file path="out-of-line-record-def.cpp" line="6" class="def"/>
8+
<file path="out-of-line-record-def.cpp" line="3"/>
9+
</struct>
10+
</namespace>
11+
</namespace>
12+
</mrdox>

0 commit comments

Comments
 (0)