Add test for static member variable

This commit is contained in:
Jonathan Müller 2017-03-02 16:22:16 +01:00
commit de2855820a
2 changed files with 35 additions and 0 deletions

View file

@ -14,6 +14,7 @@ namespace cppast
/// A [cppast::cpp_entity]() modelling a C++ variable.
/// \notes This is not a member variable,
/// use [cppast::cpp_member_variable]() for that.
/// But it can be `static` member variable.
class cpp_variable final : public cpp_entity, public cpp_variable_base
{
public: