llvm/clang-tools-extra/pseudo/unittests/CXXTest.cpp

//===--- CXXTest.cpp ------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "clang-pseudo/cxx/CXX.h"
#include "gtest/gtest.h"

namespace clang {
namespace pseudo {
namespace cxx {
namespace {

TEST(CXX, GeneratedEnums) {}

} // namespace
} // namespace cxx
} // namespace pseudo
} // namespace clang