diff options
Diffstat (limited to 'tests/un/math.c')
-rw-r--r-- | tests/un/math.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/un/math.c b/tests/un/math.c new file mode 100644 index 0000000..6cc7cd8 --- /dev/null +++ b/tests/un/math.c @@ -0,0 +1,5 @@ +#include <ungrateful.h> + +int main(void) { + +} |