]> begriffs open source - libnonstd/blob - test/t_assert.c
Basic info
[libnonstd] / test / t_assert.c
1 #include "nonstd/assert.h"
2
3 int main(void)
4 {
5         assert(1);
6         assert(0);
7         return 0;
8 }