summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2026-01-17 15:51:47 +0200
committerGitHub <noreply@github.com>2026-01-17 15:51:47 +0200
commit87f9dd297fe04d9f008e3216277406757f0cf730 (patch)
treed21ad7786acebf01f1e833906bc91faf2c60ac63 /tests
parent64f99bbe2b1f5d0045802a85f99c50c21b85a4a3 (diff)
downloadcdl86-87f9dd297fe04d9f008e3216277406757f0cf730.tar.gz
cdl86-87f9dd297fe04d9f008e3216277406757f0cf730.zip
Update basic_jmp.c
Diffstat (limited to 'tests')
-rw-r--r--tests/basic_jmp.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/basic_jmp.c b/tests/basic_jmp.c
index b7fe9fe..48c6ebd 100644
--- a/tests/basic_jmp.c
+++ b/tests/basic_jmp.c
@@ -1,3 +1,25 @@
+/*
+ * +---------------------------------------+
+ * | .-. .-. .-. |
+ * | / \ / \ / \ + |
+ * | \ / \ / \ / |
+ * | "_" "_" "_" |
+ * | |
+ * | _ _ _ _ _ _ ___ ___ _ _ |
+ * | | | | | | | \| | /_\ | _ \ / __| || | |
+ * | | |_| |_| | .` |/ _ \| /_\__ \ __ | |
+ * | |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+ * | |
+ * | |
+ * | Lunar RF Labs |
+ * | https://lunar.sh |
+ * | |
+ * | Research Laboratories |
+ * | Donate XMR @ lunar.sh (OpenAlias) |
+ * | Copyright (C) 2022-2024 |
+ * +---------------------------------------+
+ */
+
#include <stdio.h>
#include "cdl.h"
@@ -52,3 +74,4 @@ int main(
return 0;
}
+