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

8 lines
267 B
Plaintext

{
datasize(x,1)
}
// ----
// TypeError 7000: (4-12='datasize'): Function "datasize" expects 1 arguments but got 2.
// TypeError 9114: (4-12='datasize'): Function expects direct literals as arguments.
// DeclarationError 8198: (13-14='x'): Identifier "x" not found.