solidity/test/libyul/yulSyntaxTests/functional_partial.yul
Alex Beregszaszi a9be2e4bb8 update tests
2020-12-03 17:15:45 +01:00

6 lines
100 B
Plaintext

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