Skip to content

Commit

Permalink
Added a test to exercise x86 backend's handling of frame size
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuvince committed Jul 12, 2012
1 parent 69e4cd7 commit 921b06d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gsc/tests/00-fixnum/funcall2.scm
@@ -0,0 +1,12 @@
(define (test a b c d e f g h i j)
(test2 a c e g i))

(define (test2 a b c d e)
(println a)
(println b)
(println c)
(println d)
(println e))


(test 1 2 3 4 5 6 7 8 9 10)

0 comments on commit 921b06d

Please sign in to comment.