1
0
forked from Alepha/Alepha

Assertion facility.

This commit is contained in:
2023-11-10 23:18:07 -05:00
parent 0d66b5a135
commit 0728478f24
4 changed files with 36 additions and 0 deletions

4
assertion.test/0.cc Normal file
View File

@ -0,0 +1,4 @@
static_assert( __cplusplus > 2020'99 );
#include "../assertion.h"

View File

@ -0,0 +1 @@
unit_test( 0 )