solidity/test/libyul/yulSyntaxTests/builtin_function_literal.yul
2020-12-15 17:57:19 +01:00

8 lines
226 B
Plaintext

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