// 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