From 2d3a573977417d917c16742d8d9d8ead047d0ebc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 8 May 2026 22:29:35 +0200 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libtest/libtest_base_pointer.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libtest/libtest_base_pointer.c (limited to 'libtest/libtest_base_pointer.c') diff --git a/libtest/libtest_base_pointer.c b/libtest/libtest_base_pointer.c new file mode 100644 index 0000000..4902643 --- /dev/null +++ b/libtest/libtest_base_pointer.c @@ -0,0 +1,20 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" +#ifndef TEST + + +extern inline void **libtest_base_pointer(void *); + + +#else + + +CONST int +main(void) +{ + /* This one isn't that simple to test, but it works if other tests work :) */ + return 0; +} + + +#endif -- cgit v1.2.3-70-g09d2