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

6 lines
151 B
Plaintext

{
function datacopy(a, b, c) {}
}
// ----
// ParserError 5568: (15-23='datacopy'): Cannot use builtin function name "datacopy" as identifier name.