source: tags/1.6.0/t/compiler.lisp

Last change on this file was 15153, checked in by Mark Evenson, 4 years ago

Test for compiler stack recursion problem

From <https://abcl.org/trac/ticket/353>.

File size: 147 bytes
Line 
1(prove:plan 1)
2
3(prove:ok
4 (compile-file (asdf:system-relative-pathname :abcl "t/eg/compiler-fails-on-inline-recursion.lisp")))
5
6(prove:finalize)
7
Note: See TracBrowser for help on using the repository browser.