diff options
Diffstat (limited to '')
| -rw-r--r-- | libtest/libtest_base_pointer.c | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
