compute-runtime/unit_tests/helpers/windows/mock_function.cpp

11 lines
161 B
C++

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