/*===- DataFlow.h - a standalone DataFlow trace -------===//
//
// 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
//
//===----------------------------------------------------------------------===//
// Internal header file to connect DataFlow.cpp and DataFlowCallbacks.cpp.
//===----------------------------------------------------------------------===*/
// This data is shared between DataFlowCallbacks.cpp and DataFlow.cpp.
;
extern CallbackData __dft;
;
// __LIBFUZZER_DATAFLOW_H