YouCompleteMe/python/ycm/server/tests/testdata/client_data/main.cpp

12 lines
109 B
C++
Raw Normal View History

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