aboutsummaryrefslogtreecommitdiff
path: root/tests/un/matrix.c
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-08-23 01:28:41 +0300
committerbonmas14 <bonmas14@gmail.com>2025-08-23 01:28:41 +0300
commit8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (patch)
tree205413ed09ac001e37267889d429a363c37008f2 /tests/un/matrix.c
parentc96c355b360f18f982459e1a866dcbf5864efdb8 (diff)
downloadungrateful-main.tar.gz
ungrateful-main.zip
Ungrateful changes, added more stuffHEADmain
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r--tests/un/matrix.c8
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;
+}