DEBSOURCES
Skip Quicknav
sources / vim-youcompleteme / 0%2B20140207%2Bgit18be5c2-2 / cpp / ycm / tests / testdata / goto.cpp
123456789101112131415161718
struct Foo { int bar; int zoo; }; struct Bar { int foo; int zoo; }; struct Foo; struct Zoo; void func() { Foo foo; foo.bar = 5; Zoo *zoo = 0; }