index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
cpp
/
stream.cpp
blob: a619dfa69f500697a5a7721e6108ce4ab35fb5fa (
plain
)
1
2
3
4
5
6
7
#include <iostream>
void
foo
(
int
x
) {
std
::
cout
<<
x
<<
x
+
1
<<
x
+
2
;
}