module ModuleSpecs
  module Anonymous
    module Child
    end

    SameChild = Child
  end
end
