Add another test

This commit is contained in:
Iavor Diatchki 2022-06-10 15:38:34 -07:00
parent 9f8d711638
commit a0b43eef33
5 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1 @@
module T017 = T017_F { T017_M }

View File

@ -0,0 +1,2 @@
:load T017.cry
y

View File

@ -0,0 +1,7 @@
Loading module Cryptol
Loading module Cryptol
Loading interface module T017_F$interface
Loading module T017_F
Loading module T017_M
Loading module T017
0x04

View File

@ -0,0 +1,6 @@
module T017_F where
parameter
x : [8]
y = x + x

View File

@ -0,0 +1,4 @@
module T017_M where
x : [8]
x = 2