﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
852	csi segfaults when playing with modules and macros	megane	sjamaan	"Crashes with master (Version 4.7.5 (rev 5fe91ae)) when run with the interpreter.

If run compiled it just raises the expected error:
""Error: unbound variable: define25""

------

(module foo
 (bar)
 (import chicken scheme)
 
 (define-syntax bar
   (ir-macro-transformer
    (lambda (e i c)
      `(list define)))))

(module a
 *
 (import chicken scheme)
 (import foo)

 (bar))"	defect	closed	minor	4.9.0	unknown	4.7.x	fixed			
