solidity/test/libyul/yulSyntaxTests/functional_partial.yul

6 lines
100 B
Plaintext
Raw Normal View History

{
let x := byte
}
// ----
2020-11-09 23:38:08 +00:00
// ParserError 7104: (15-19): Builtin function "byte" must be called.