@a: `function(width) {
  return (width + 100);
}`;

body {
  width: `(@{a})(100)`;
}
