DEBSOURCES
Skip Quicknav
sources / vim-youcompleteme / 0%2B20140207%2Bgit18be5c2-2 / python / ycm / server / tests / testdata / basic.cpp
12345678910111213
struct Foo { int x; int y; char c; }; int main() { Foo foo; // The location after the dot is line 11, col 7 foo. }