@mixin c() {
  @error test;
  c: d;
}

a {
  b: {
    @include c();
  }
}
