dot_files/vim-plugins/bundle/targets.vim/test/test2.in
2017-07-09 02:00:02 +03:00

25 lines
263 B
Text

// comment 1
function f() {
return 4;
}
// comment 2
function f() {
return 4;
}
// comment 3
int a = 5;
int b = a > 0
? 1
: 2;
// comment 4
string x = `line 1
line 2
line 3`;
// comment 5
function f() {
return 4;
}