Files
solidity/test/libyul/yulSyntaxTests/vardecl.yul
T

7 lines
51 B
Plaintext

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