solidity/test/libyul/yulSyntaxTests/invalid_type2.yul
2020-02-24 15:05:18 +01:00

9 lines
257 B
Plaintext

{
let x := 1:invalidType
}
// ====
// dialect: evmTyped
// ----
// TypeError: (15-28): "invalidType" is not a valid type (user defined types are not yet supported).
// TypeError: (10-11): Assigning value of type "invalidType" to variable of type "u256.