From 77be5750f39cb66efe2f666fdaff29cb02b9375d Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 16 Dec 2022 13:11:32 +0300 Subject: [PATCH] Add test for assigining constant to a constant --- test/contracts/toplevel_constants.aes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/contracts/toplevel_constants.aes b/test/contracts/toplevel_constants.aes index 3bafee1..ee3691f 100644 --- a/test/contracts/toplevel_constants.aes +++ b/test/contracts/toplevel_constants.aes @@ -32,6 +32,7 @@ contract C = let c20 = oq_2oRvyowJuJnEkxy58Ckkw77XfWJrmRgmGaLzhdqb67SKEL1gPY let c21 = ct_Ez6MyeTMm17YnTnDdHTSrzMEBKmy7Uz2sXu347bTDPgVH2ifJ : C let c22 = N.nsconst + let c23 = c01 entrypoint f01() = c01 entrypoint f02() = c02 @@ -55,3 +56,4 @@ contract C = entrypoint f20() = c20 entrypoint f21() = c21 entrypoint f22() = c22 + entrypoint f23() = c23