more mule_module coverage; bugfix edge-case memory view range calculation causing flipped min/max

This commit is contained in:
Ryan Fleury
2024-01-13 16:37:34 -08:00
parent 3917218a4e
commit bcdc2f3026
3 changed files with 26 additions and 15 deletions
+3
View File
@@ -371,6 +371,9 @@ type_coverage_eval_tests(void){
stks *stks_first = &stks_test[0];
stks *stks_ptr = stks_first + 8;
TestFunction *function = mule_get_module_function("dll_type_eval_tests");
function();
int x = (int)(Anonymous_D);
}