#include <stddef.h>
#include <vector>
#include "components/attribution_reporting/constants.h"
#include "components/attribution_reporting/fuzz_utils.h"
#include "components/attribution_reporting/max_event_level_reports.h"
#include "components/attribution_reporting/privacy_math.h"
#include "components/attribution_reporting/test_utils.h"
#include "components/attribution_reporting/trigger_config.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/fuzztest/src/fuzztest/fuzztest.h"
namespace attribution_reporting {
namespace {
void SingleSpecNumStatesMatchesRecursive(const MaxEventLevelReports max_reports,
const int num_windows,
const size_t num_types) { … }
FUZZ_TEST(…);
}
}