From 00e423d30edf38a5e57c5c1c52cdb323c62850bc Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 26 Jun 2023 17:12:55 -0500 Subject: vpop & function args --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test.sh (limited to 'test.sh') 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 -- cgit v1.2.3