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
/
cpp
/
stream.cpp
blob: a619dfa69f500697a5a7721e6108ce4ab35fb5fa (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<iostream>
void
foo
(
int
x
)
{
std
::
cout
<<
x
<<
x
+
1
<<
x
+
2
;
}