defstruct test added by russellw on Sat May 28 21:50:38 2016

(include "defstruct")
(include "loops")
(include "matchable")

(module main ()
 (import chicken)
 (import defstruct)
 (import loops)
 (import matchable)
 (import scheme)
 (defstruct point x y)
)