$x: 2;
$y: 1;

@function getResult() { @return true; }

.test {
    a: $x > $y == getResult();
}
