diff options
Diffstat (limited to 'testsuite/compilable')
| -rw-r--r-- | testsuite/compilable/compile_time_array_length.elna | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/compilable/compile_time_array_length.elna b/testsuite/compilable/compile_time_array_length.elna new file mode 100644 index 0000000..1ce8956 --- /dev/null +++ b/testsuite/compilable/compile_time_array_length.elna @@ -0,0 +1,5 @@ +var + source: [3]Int := [3]Int{ 1, 2, 3} + target: Word := source.length + +end. |
