post-install-test.janet 218 B

1234567891011
  1. (import "lllm/llllm")
  2. (def post-install-test-lllm ~@[
  3. [global _start]
  4. [section .text]
  5. [_start:]
  6. ,;(llllm/print-k-nl "Base test program for post-install llllm and lllm.")
  7. ,;(llllm/exit)
  8. [section .data]
  9. ,;llllm/.data
  10. ])