aboutsummaryrefslogtreecommitdiff
path: root/tests/un/matrix.c
blob: deb9e4cb28dfd503f2fbe402debd010355ba3d60 (plain)
1
2
3
4
5
6
7
8
#include <ungrateful.h>

int main() {
    f32 output[UN_MATRIX_SIZE];
    u64 i;

    return 0;
}