foo {
  @function foo() {@return 1}
  a: foo(); }

bar {b: foo()}
