Minimal test case case-lambda added by zilti on Tue Sep 1 14:50:35 2015

(use chicken-syntax)
(module test (test-proc)
  (import scheme srfi-1)
  (define test-proc
    (case-lambda (() 42)
		 ((arg) arg))))