// This file will be compiled like a real C++ program, // and we do have the luxury to use the standard libraries. // That is if the nix flakes do not have issues... especially on msys2... #include #include #include #include #include #include #include #include int main() { test_int_exp(); run_all_tests_ndarray(); run_all_tests_ndarray_slice(); return 0; }