diff --git a/test/test_symbol/case/test_name.cpp b/test/test_symbol/case/test_name.cpp new file mode 100644 index 0000000000000000000000000000000000000000..29274a9542f1c0e65ba19c012c6dec512a41a592 --- /dev/null +++ b/test/test_symbol/case/test_name.cpp @@ -0,0 +1,19 @@ +/****************************************************************************** + * Copyright (c) Huawei Technologies Co., Ltd. 2024. All rights reserved. + * libkperf is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: + * http://license.coscl.org.cn/MulanPSL2 + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR + * PURPOSE. + * See the Mulan PSL v2 for more details. + * Author: Mr.Li + * Create: 2024-04-03 + * Description: Provide a simple case for test_libsym. + ******************************************************************************/ +#include + +int main(){ + std::cout << "test" << std::endl; +} \ No newline at end of file