diff options
Diffstat (limited to 'tests/un/mathd.c')
-rw-r--r-- | tests/un/mathd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/un/mathd.c b/tests/un/mathd.c index 10ef24b..879cb89 100644 --- a/tests/un/mathd.c +++ b/tests/un/mathd.c @@ -1,6 +1,7 @@ #include <ungrateful.h> int main() { + un_init(UN_MB(4)); /* 2d */ { double2 a = {1.0, 2.0}; |