contract C { function f() pure public { assembly { jumpi(2, 1) } } } // ---- // DeclarationError 4619: (75-80='jumpi'): Function "jumpi" not found.