#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Module.h"
#include "llvm/SandboxIR/SandboxIR.h"
#include "llvm/Support/SourceMgr.h"
#include "gtest/gtest.h"
usingnamespacellvm;
struct SandboxTypeTest : public testing::Test { … };
TEST_F(SandboxTypeTest, Type) { … }
TEST_F(SandboxTypeTest, PointerType) { … }
TEST_F(SandboxTypeTest, VectorType) { … }
TEST_F(SandboxTypeTest, FunctionType) { … }