blob: 2a62e7b666a6f1d917dd4d7e6e005923146872e9 [file] [log] [blame]
(define a (new-Bar))
(if (not (string=? (Bar-blah a) "Bar::blah"))
(error "Wrong string"))
(exit 0)