ccls/tests/vars/class_member.cc

11 lines
98 B
C++
Raw Normal View History

2017-02-18 19:37:24 +00:00
class Foo {
int member;
};
/*
OUTPUT:
{
"types": [],
"functions": [],
"variables": []
}
*/