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

6 lines
103 B
Plaintext

{
jumpdest()
}
// ----
// DeclarationError 4619: (6-14='jumpdest'): Function "jumpdest" not found.