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

9 lines
133 B
C
Raw Normal View History

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
const char *realFunction() { return "value"; }