1(library (good_regexp)
2   (export a)
3   (import (rnrs))
4
5;; regexp literal is valid on not #!r6rs mode.
6(define a #/a/)
7)
8