aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/c/simple.c
blob: 25959299203ba63ce874b08a09dccdea531ab045 (plain)
1
2
3
4
5
/* md
@name test/simple
Hello from a C comment.
*/
int main() { return 0; }