ychr-0.1.0.0: test/golden/copy_term_fn/copy_term_fn.chr
:- module(copy_term_fn, [test/2]).
:- chr_constraint test/2.
test(X, R) <=>
R is copy_term(quote(foo(1, X))).
:- module(copy_term_fn, [test/2]).
:- chr_constraint test/2.
test(X, R) <=>
R is copy_term(quote(foo(1, X))).