aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/multi_chunk.c
blob: 57fd4635ba63656192803d0a1e6cca97cd508d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* md
@name test/alpha
First chunk content.
*/
void foo() {}

/* md
@name test/beta
Second chunk content.
*/
void bar() {}