YouCompleteMe/cpp/ycm/tests/testdata/basic.cpp
2013-10-07 11:03:27 -07:00

13 lines
128 B
C++

struct Foo {
int x;
int y;
char c;
};
int main()
{
Foo foo;
// The location after the dot is line 11, col 7
foo.
}