// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include #include "testing/libfuzzer/research/domatolpm/domatolpm.h" #include "{{basename}}.pb.h" namespace {{cpp_ns}} { bool {{root.name}}(domatolpm::Context* ctx, const {{proto_ns}}::{{root.proto_type}}); } // {{cpp_ns}}