1// Copyright 2024 The Chromium Authors 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5#pragma once 6 7#include <string> 8 9#include "testing/libfuzzer/research/domatolpm/domatolpm.h" 10#include "{{basename}}.pb.h" 11 12namespace {{cpp_ns}} { 13 bool {{root.name}}(domatolpm::Context* ctx, const {{proto_ns}}::{{root.proto_type}}); 14} // {{cpp_ns}} 15