aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/rst_exec.c
blob: 3aabf9f0174c3ffee7dc2af2a0eb9b8cb9ffd9b1 (plain)
1
2
3
4
5
6
7
8
/* rst
@name test/rst-exec
RST Heading
===========

This chunk should be rendered by the rst renderer.
*/
int noop() { return 0; }