8 lines
177 B
Common Lisp
8 lines
177 B
Common Lisp
|
|
;; Demo: package load smoke
|
||
|
|
;; Package: oracle/cached-infer
|
||
|
|
;; Requires: oracle/cached-infer
|
||
|
|
;; Expected output: package loads without errors
|
||
|
|
|
||
|
|
(require 'oracle/cached-infer)
|
||
|
|
#t
|