#include "xfa/fgas/crt/cfgas_stringformatter.h"
#include <stdint.h>
#include <iterator>
#include "core/fxcrt/cfx_datetime.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_string.h"
#include "public/fpdfview.h"
#include "testing/fuzzers/pdfium_fuzzer_util.h"
#include "testing/fuzzers/xfa_process_state.h"
#include "v8/include/cppgc/heap.h"
#include "v8/include/cppgc/persistent.h"
#include "xfa/fxfa/parser/cxfa_localemgr.h"
namespace {
const wchar_t* const kLocales[] = …;
const CFGAS_StringFormatter::DateTimeType kTypes[] = …;
}
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { … }