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