aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-26 17:12:55 -0500
committerCody <cody@codyq.dev>2023-06-26 17:12:55 -0500
commit00e423d30edf38a5e57c5c1c52cdb323c62850bc (patch)
tree0c7c44cd319ee0b1a15c9b3e42813afb2a938fb1 /test.sh
parent4172dc213f88df5025169fa7f43d02f2794fdd70 (diff)
downloadsloth-00e423d30edf38a5e57c5c1c52cdb323c62850bc.tar.gz
vpop & function args
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..59dae87
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,3 @@
+cargo run examples/hello.sloth
+clang output.o test.c -o output
+./output