//===--- direct.h - test input file for iwyu ------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_
#define INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_
#include "tests/driver/indirect.h"
#endif // INCLUDE_WHAT_YOU_USE_TESTS_DRIVER_DIRECT_H_
|