solidity/test/libyul/yulSyntaxTests/variable_declaration.yul

5 lines
62 B
Plaintext
Raw Normal View History

2020-09-14 18:13:48 +00:00
{ let x:u256 := 7:u256 }
// ====
// dialect: evmTyped
// ----