aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/no_comments.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/c/no_comments.c')
-rw-r--r--tests/fixtures/c/no_comments.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/c/no_comments.c b/tests/fixtures/c/no_comments.c
new file mode 100644
index 0000000..a667cef
--- /dev/null
+++ b/tests/fixtures/c/no_comments.c
@@ -0,0 +1,3 @@
+/* This is a regular comment, not a doc comment */
+// Another non-doc comment
+int noop() { return 42; }