Closed ltaylor16 closed 2 months ago
Add statements for function pointer arguments. They default to intent=none so needed to add statements such as f_none_native.
Added tests for additional types used as function pointers arguments: (*)(int, int*, char, char*, bool, bool *)
(*)(int, int*, char, char*, bool, bool *)
Add statements for function pointer arguments. They default to intent=none so needed to add statements such as f_none_native.
Added tests for additional types used as function pointers arguments:
(*)(int, int*, char, char*, bool, bool *)