mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
9 lines
194 B
Scheme
9 lines
194 B
Scheme
;; Simple test to prevent regressions of top-level c-compiler-options
|
|
(import (scheme base)
|
|
(scheme write)
|
|
(cyclone foreign))
|
|
|
|
(c-compiler-options "-I/tmp")
|
|
|
|
(display "hello")
|
|
|