How to use array return function in Constraint?

Hi Dave,

I want to assign returned queue(function arr test(input bit [3:0] a=1,b=2);) to another queue in constraint(c_arr == test(1,2);), Then I will pass that queue to another return type function.

Thanks,
PK.