// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. #pragma once #include #include namespace hilti::detail::resolver { /** Implements the corresponding functionality for the default HILTI compiler plugin. */ bool resolve(Builder* builder, Node* root); } // namespace hilti::detail::resolver