mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Added test file
This commit is contained in:
parent
89d3444ca9
commit
3bfe6cefb0
1 changed files with 13 additions and 0 deletions
13
test-opt.scm
Normal file
13
test-opt.scm
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
;; A temporary test file
|
||||||
|
|
||||||
|
(import (scheme base) (scheme write))
|
||||||
|
|
||||||
|
(let ((x 1))
|
||||||
|
(define y 2)
|
||||||
|
(write
|
||||||
|
(+ x y)))
|
||||||
|
|
||||||
|
(define (test a)
|
||||||
|
(write 3))
|
||||||
|
|
||||||
|
(test 4)
|
Loading…
Add table
Reference in a new issue