contract C { function f() public pure { assembly { function f(a, b) {} f() f(,1) } } } // ---- // ParserError 1856: (101-102): Literal or identifier expected.