source: trunk/abcl/t/eg/compiler-fails-top-level-lambda.lisp

Last change on this file was 15629, checked in by Mark Evenson, 15 months ago

test: compilation of top-level function lambda

File size: 79 bytes
Line 
1;;; <https://github.com/armedbear/abcl/issues/541>pl
2((lambda(x) (+ x 1)) 1)
3
4
Note: See TracBrowser for help on using the repository browser.