YouCompleteMe/python/ycm/server/tests/testdata/basic.cpp
Strahinja Val Markovic 3d55748400 Correctly handling ycm_extra_conf files now
The user is asked about loading unknown extra conf files, as they were before.
2013-10-08 16:21:43 -07: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.
}