diff options
Diffstat (limited to 'string/inl-tester.c')
-rw-r--r-- | string/inl-tester.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/string/inl-tester.c b/string/inl-tester.c new file mode 100644 index 0000000000..88528e5ed8 --- /dev/null +++ b/string/inl-tester.c @@ -0,0 +1,6 @@ +/* We want to test the inline functions here. */ + +#define DO_STRING_INLINES +#undef __USE_STRING_INLINES +#define __USE_STRING_INLINES 1 +#include "tester.c" |