index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
c
/
label.c
blob: 36b40e23a02ce2c68a02f6f84df4465f00c7be0f (
plain
) (
blame
)
1
2
3
4
5
6
7
int
foo
(
int
x
)
{
goto
error
;
return
0
;
error
:
return
1
;
}