added new chicken runme script

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6439 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
John Lenz 2004-10-19 18:35:08 +00:00
commit 3b9273f9a9

View file

@ -0,0 +1,9 @@
(load-library 'newobject2 "newobject2.so")
(define f (make <Foo>))
(slot-set! f 'dummy 14)
(if (not (= (slot-ref f 'dummy) 14))
(error "Bad dummy value"))
(exit 0)