cyclone/examples/hello-library/hello.scm
2015-05-12 14:14:35 -04:00

9 lines
271 B
Scheme

; TODO: just adding temporarily until import is supported.
; idea is to try and see how the C code needs to change to
(import ;(scheme base)
(libs lib2)
;(rename (prefix (libs lib1) test-))
)
;(test-lib1-hello)
(write lib2-hello)