@function foo() {
  @return 1 + 2;
}

bar {
  a: foo();
}
