xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/cxx_tests_c.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 // SPDX-License-Identifier: BSD-2-Clause
2 /*
3  * Copyright (c) 2020 Huawei Technologies Co., Ltd
4  */
5 
6 #include "cxx_tests.h"
7 
throwing_c_func(void)8 void throwing_c_func(void)
9 {
10 	throw_mfe();
11 }
12