Dale Curtis | 689da3a | 2023-01-25 12:45:46 -0800 | [diff] [blame^] | 1 | // Copyright 2023 The Chromium Authors |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include <stdint.h> | ||||
6 | #include "fuzzer_common.h" | ||||
7 | |||||
8 | // Stub file binding fuzzer specific externs from `fuzzer_common.h` to ensure | ||||
9 | // that fuzzers link properly. |