llvm/clang/unittests/InstallAPI/HeaderFileTest.cpp

//===- unittests/InstallAPI/HeaderFile.cpp - HeaderFile Test --------------===//
//
// 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/InstallAPI/HeaderFile.h"
#include "gtest/gtest.h"

usingnamespacellvm;
usingnamespaceclang::installapi;

namespace HeaderFileTests {

TEST(HeaderFile, FrameworkIncludes) {}

TEST(HeaderFile, DylibIncludes) {}
} // namespace HeaderFileTests