aboutsummaryrefslogtreecommitdiffstats
path: root/libtest/libtest_base_pointer.c
blob: 49026436e54b50964054ec91eff25f026aef9706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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