Files
onefuzz/src/integration-tests/libfuzzer-dlopen/bad.h
2021-03-17 16:18:10 -04:00

10 lines
177 B
C

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef BAD_H
#define BAD_H
int func(const uint8_t *data, size_t len);
#endif