blob: 718f13deac13b2de07a2c383f903e2892fefdbe4 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//go:build !libfuzzer
package fuzzing
// Enabled reports whether fuzzing instrumentation is enabled for this
// build. It can be used to conditionally disable fuzzer-hostile
// assertions.
const Enabled = false