blob: bcc927604df4eccc7f8ba32ef0232d88b310b3f3 [file] [log] [blame]
(if (not (= (spam (new-Foo)) 1))
(error "foo"))
(if (not (= (spam (new-Bar)) 2))
(error "bar"))
(exit 0)