YouCompleteMe/python/ycm/server/tests/testdata/client_data/main.cpp
2013-10-26 16:22:43 -07:00

12 lines
109 B
C++

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