Add header comment

This commit is contained in:
Justin Ethier 2022-06-26 18:52:16 -04:00
parent bcecdd912a
commit 265e34ee08

View file

@ -1,11 +1,9 @@
;; Simple test to prevent regressions of top-level c-compiler-options
(import (scheme base) (import (scheme base)
(scheme write) (scheme write)
(cyclone foreign)) (cyclone foreign))
;(c-linker-options "-I/tmp")
(c-compiler-options "-I/tmp") (c-compiler-options "-I/tmp")
;(define c-compiler-options list)
;(c-linker-options "-I/tmp")
(display "hello") (display "hello")