```javascript async function test(a,b) { console.log(a+b); }
function test_missing(a,b) { console.log(a+b); } ``` As soon as one function is declared as async the parser breaks and the symbollist does not show any more functions
Might be solved with https://github.com/universal-ctags/ctags/pull/1544 but patching Release failed 1.33