aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/rst_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/c/rst_exec.c')
-rw-r--r--tests/fixtures/c/rst_exec.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/c/rst_exec.c b/tests/fixtures/c/rst_exec.c
new file mode 100644
index 0000000..3aabf9f
--- /dev/null
+++ b/tests/fixtures/c/rst_exec.c
@@ -0,0 +1,8 @@
+/* rst
+@name test/rst-exec
+RST Heading
+===========
+
+This chunk should be rendered by the rst renderer.
+*/
+int noop() { return 0; }