mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-13 10:58:23 +03:00
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
/* This is
|
|
a block comment */
|
|
|
|
test1 = 1 where x = 2
|
|
where y = 2
|
|
|
|
// This is a line comment
|
|
test2 = 1
|
|
where
|
|
x = 2
|
|
where
|
|
y = 2
|
|
|
|
test3 = 1 where x = 2
|
|
where y = 3
|