aboutsummaryrefslogtreecommitdiff
path: root/tests/arr.ek
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-15 21:41:29 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-15 21:41:29 +0300
commitbad9ab7479d66dfdb1c8e2d18c23fbcff9ec394b (patch)
treed43dd3a26685c9adc8201dfe1a4035418175c1eb /tests/arr.ek
parent5ffc39352ef0195697953e9318b8a17c79e7ae84 (diff)
downloadek-bad9ab7479d66dfdb1c8e2d18c23fbcff9ec394b.tar.gz
ek-bad9ab7479d66dfdb1c8e2d18c23fbcff9ec394b.zip
updates to syntax
Diffstat (limited to 'tests/arr.ek')
-rw-r--r--tests/arr.ek5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/arr.ek b/tests/arr.ek
new file mode 100644
index 0000000..d4f35f7
--- /dev/null
+++ b/tests/arr.ek
@@ -0,0 +1,5 @@
+main()
+{
+ a '[20]'[20]'type![u32, u32];
+ a[20] = 200;
+}