summaryrefslogtreecommitdiff
path: root/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test.lisp')
-rw-r--r--test.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test.lisp b/test.lisp
deleted file mode 100644
index 4353ef3..0000000
--- a/test.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(let ((elf (elf/new!)))
- (print! elf)
- (elf/write-header! elf
- :type elf/TYPE_EXEC
- :machine elf/MACHINE_AMD64)
- (elf/spit! "test.elf" elf)
- )