// Minimal exported helper used by the `unit_call()` demo page. EXPORT DTree* test_func(DTree* call_param) { print("HELLO FROM TEST FUNCTION"); return(0); }