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