solidity/test/libyul/yulSyntaxTests/functional_assignment.yul
2021-04-20 17:38:29 +02:00

7 lines
39 B
Plaintext

{
let x := 2
x := 7
}
// ----