heptagon/test/bad/bad_array_power.ept
Cédric Pasteur 69a5ad8df8 Fixed code generation of n-dim static arrays
Also added some tests.
2011-07-21 11:19:07 +02:00

4 lines
60 B
Plaintext

node f() returns (o:int^2^3^4)
let
o = (2^2^3^4)[0][1]
tel