3 (defun hello-world (a b c)
5 (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
8 (format t "This file had some things in int, yay!~%")))))
10 (in-package #:something)
12 (defun hello-world (a b c)
14 (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
17 (format t "This file had some things in int, yay!~%")))))