solidity/test/libyul/yulSyntaxTests/datacopy_shadowing.yul

6 lines
140 B
Plaintext
Raw Normal View History

2020-07-30 10:19:08 +00:00
{
function datacopy(a, b, c) {}
}
// ----
// ParserError 5568: (15-23): Cannot use builtin function name "datacopy" as identifier name.