YouCompleteMe/python/ycm/server/tests/testdata/noflags/basic.cpp
2013-11-17 13:45:39 -08:00

14 lines
129 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.
}