functional: add mntent test
[libc-test.git] / src / api / assert.c
blobc75ec790ab6103c4f65723f76517813689a00b37
1 #include <assert.h>
2 #ifndef assert
3 #error no assert
4 #endif
6 #define NDEBUG 1
7 #include <assert.h>
8 #ifndef assert
9 #error no assert
10 #endif