import { C } from "./C.ts";
import { thing } from "./common.ts";

export function B() {
  thing();
  C();
}