14 lines
272 B
Factor
14 lines
272 B
Factor
|
IN: scratchpad
|
||
|
USE: kernel
|
||
|
USE: namespaces
|
||
|
USE: parser
|
||
|
USE: strings
|
||
|
USE: test
|
||
|
|
||
|
! Various things that broke the CFactor GC at various times.
|
||
|
! This should run without issue (and tests nothing useful)
|
||
|
! in Java Factor
|
||
|
|
||
|
"20 <sbuf> \"foo\" set" eval
|
||
|
"garbage-collection" eval
|