#include "../../../lib/AST/ByteCode/Context.h"
#include "../../../lib/AST/ByteCode/Descriptor.h"
#include "../../../lib/AST/ByteCode/Program.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Tooling/Tooling.h"
#include "gtest/gtest.h"
usingnamespaceclang;
usingnamespaceclang::interp;
usingnamespaceclang::ast_matchers;
TEST(ToAPValue, Pointers) { … }
TEST(ToAPValue, FunctionPointers) { … }
TEST(ToAPValue, FunctionPointersC) { … }
TEST(ToAPValue, MemberPointers) { … }