compute-runtime/opencl/test/unit_test/helpers/windows/mock_function.cpp

11 lines
166 B
C++

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