solidity/test/libyul/yulSyntaxTests/functional_partial.yul

6 lines
100 B
Plaintext
Raw Normal View History

{
let x := byte
}
// ----
2020-11-05 01:38:57 +00:00
// ParserError 7104: (20-21): Builtin function "byte" must be called.