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

7 lines
51 B
Plaintext

{
let x := 7
}
// ====
// dialect: yul
// ----