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