
.function-foo() {
    @r: {color: red};
    return: @r;
}

dr-return {
    @r: foo();
    @r();
}
