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