summaryrefslogtreecommitdiff
path: root/testing.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-25 10:45:08 +0200
committerkdx <kikoodx@paranoici.org>2023-07-25 10:45:08 +0200
commit3edf6c7c39dea9155f4a34ae8f5091d2a40a2462 (patch)
tree7fa99555f5c78fc9cdde5dc81dba31e6e2bf75b0 /testing.sh
parentcb630df69c56d5179873c85bef1fef99cd5fe48d (diff)
downloadgolem-3edf6c7c39dea9155f4a34ae8f5091d2a40a2462.tar.gz
enums
Diffstat (limited to 'testing.sh')
-rwxr-xr-xtesting.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing.sh b/testing.sh
index 9a248e7..dce1fea 100755
--- a/testing.sh
+++ b/testing.sh
@@ -67,4 +67,5 @@ test "$1" "main() { local a = 5, b = 7, c; dbg a; dbg b; }"
test "$1" "main() { dbg 5 % 3; }"
test "$1" "main() { dbg [{1, 2, 3} + 2]; dbg [{1, 2, 3}]; }"
test "$1" "main() { err 'u'; }"
+test "$1" "enum a, b, c; main() { dbg a; dbg b; dbg c; }"
rm -f build/tmp.*