index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4051
/
dummy.c
blob: a43016e870fff08e26add9b8b6c4334e2c1d5167 (
plain
) (
blame
)
1
2
3
4
5
6
7
static int dummy(void) // Begin of dummy { int rc = 0; return rc; } // End of dummy