(library (fixtures cyclic-literal proper-cyclic)
  (export c)
  (import (rnrs))
  (define c '#0=(1 2 3 . #0#)))
