blob: 401ae4bf325e97d7afbcf847ac1ff735a14e7cfc [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 = true