mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 21:11:35 +03:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
module issue290bar where
|
|
|
|
import issue290 as issue290
|
|
|
|
fooConst = 2
|
|
barConst = issue290::fooConst
|