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

6 lines
107 B
Plaintext

{
function f(x) { f(add) }
}
// ----
// ParserError 7104: (21-24): Builtin function "add" must be called.