11 lines
169 B
Racket
Executable File
11 lines
169 B
Racket
Executable File
#lang plai/mutator
|
|
(allocator-setup "../good-collectors/good-collector.ss" 20)
|
|
|
|
|
|
(define car first)
|
|
|
|
|
|
'junk
|
|
'junk
|
|
'junk
|
|
(test/value=? (car (cons 'this-car 2)) 'this-car) |