aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/no_comments.c
blob: a667cef47cb11cf0f19569b3f34c88b011444cee (plain)
1
2
3
/* This is a regular comment, not a doc comment */
// Another non-doc comment
int noop() { return 42; }