aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
new file mode 100644
index 0000000..8dd4996
--- /dev/null
+++ b/test/test.c
@@ -0,0 +1,5 @@
+// @BAKE @CC -std=c23 ../object/libchad.so
+#include "../chad.h"
+int main () {
+ dictate ( "cogito ergo sum\n" );
+}