1 /*
2  * Copyright (c) 2025 Embeint Inc
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <string.h>
8 #include <zephyr/ztest.h>
9 
10 ZTEST_SUITE(lib_link, NULL, NULL, NULL, NULL, NULL);
11