/* Test function references */ f : x -> x * 2; g : x -> x + 1; /* Test function reference */ ref : @f; ..out ref;