$preconst: hello;

@mixin premixin {pre-mixin: here}

@import "importee.sass";
@import "scss_importee";
@import "basic.sass";
@import "basic.css";
@import "../results/complex.css";
@import "partial.sass";

nonimported {
  myconst: $preconst;
  otherconst: $postconst;
  @include postmixin; }
