#lang plai/gc2/mutator (allocator-setup "mark-sweep.rkt" 20) (define (cons-test) (cons 1 2)) (define the-cons (cons-test))