mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
9 lines
271 B
Scheme
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 lib1)
|
|
;(rename (prefix (libs lib1) test-))
|
|
)
|
|
|
|
;(test-lib1-hello)
|
|
(write lib1-hello)
|