solidity/test/libyul/yulSyntaxTests/datacopy_shadowing.yul
2020-08-13 14:20:52 +01:00

6 lines
140 B
Plaintext

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