diff options
Diffstat (limited to 'testsuite/compilable/traits_size.elna')
| -rw-r--r-- | testsuite/compilable/traits_size.elna | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/compilable/traits_size.elna b/testsuite/compilable/traits_size.elna index 523045f..7ee46f1 100644 --- a/testsuite/compilable/traits_size.elna +++ b/testsuite/compilable/traits_size.elna @@ -5,6 +5,7 @@ var as: Int := cast(#size([10]Int): Int) p: Int := cast(#size(Pointer): Int) +program() begin assert(s > 0); assert(as = 10 * cast(#size(Int): Int)); |
