diff options
Diffstat (limited to 'string/noinl-tester.c')
-rw-r--r-- | string/noinl-tester.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/string/noinl-tester.c b/string/noinl-tester.c new file mode 100644 index 0000000000..2e994f73f9 --- /dev/null +++ b/string/noinl-tester.c @@ -0,0 +1,4 @@ +/* We don't want to test any of the inline functions here. */ + +#define __NO_STRING_INLINES 1 +#include "tester.c" |