contract C { // Fool parser into parsing a constructor as a function type. function f() { constructor() x; } } // ---- // ParserError: (118-118): Expected token Semicolon got 'Identifier'