chromium/third_party/pdfium/testing/fuzzers/pdfium_xfa_lpm_fuzz_stub.cc

// Copyright 2019 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stddef.h>
#include <stdint.h>

#include "public/fpdf_formfill.h"
#include "testing/fuzzers/pdfium_fuzzer_helper.h"
#include "testing/fuzzers/pdfium_xfa_lpm_fuzz_stub.h"

class PDFiumLpmFuzzStub : public PDFiumFuzzerHelper {};

void PdfiumXFALPMFuzzStub(const char* pdf, size_t size) {}