solidity/test/libyul/yulSyntaxTests/invalid_type.yul

8 lines
170 B
Plaintext
Raw Normal View History

2020-02-19 15:30:35 +00:00
{
let x: invalidType
}
// ====
// dialect: evmTyped
// ----
// TypeError 5473: (10-24): "invalidType" is not a valid type (user defined types are not yet supported).