| 334 | using stack_aligned_stack_handler_function = basic_protected_function<stack_reference, true, stack_reference>; |
| 335 | |
| 336 | struct unsafe_function_result; |
| 337 | struct protected_function_result; |
| 338 | using safe_function_result = protected_function_result; |
| 339 | #if defined(SOL_SAFE_FUNCTION) && SOL_SAFE_FUNCTION |
no test coverage detected