solidity/test/libyul/yulSyntaxTests/functional_partial.yul
2022-04-01 23:41:18 -05:00

6 lines
107 B
Plaintext

{
let x := byte
}
// ----
// ParserError 7104: (15-19='byte'): Builtin function "byte" must be called.