.cr
Crystal
(text/x-crystal)
# :nodoc:
class Markable
  def write_barrier(&block)
    yield
  end

  def mark(&block : Void* ->)
  end
end