solidity/test/libyul/yulSyntaxTests/functional_partial.yul
2020-12-03 17:15:44 +01:00

6 lines
100 B
Plaintext

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