aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/shared_namespace.c
blob: 25f064ada69291280ff54eb9a8920a81f8c16a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* md
@name test/shared
Part one of the shared page.
*/
void part_one() {}

/* md
@name test/shared
Part two of the shared page.
*/
void part_two() {}