diff options
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r-- | tests/un/matrix.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/un/matrix.c b/tests/un/matrix.c new file mode 100644 index 0000000..deb9e4c --- /dev/null +++ b/tests/un/matrix.c @@ -0,0 +1,8 @@ +#include <ungrateful.h> + +int main() { + f32 output[UN_MATRIX_SIZE]; + u64 i; + + return 0; +} |