diff options
Diffstat (limited to 'tests/un/math.c')
-rw-r--r-- | tests/un/math.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/un/math.c b/tests/un/math.c index 87bea6b..94d3b11 100644 --- a/tests/un/math.c +++ b/tests/un/math.c @@ -1,6 +1,8 @@ #include <ungrateful.h> int main() { + un_init(UN_MB(4)); + // Lerping { double d; |