/*
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#include "mock_function.h"
const char *realFunction() { return "value"; }