YouCompleteMe/cpp/ycm/tests/testdata/basic.cpp

13 lines
128 B
C++
Raw Normal View History

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