svoid test_findFunctionDefsAtCurlyLevel() { assertEqualsVerbose(ll("blo"), findFunctionDefsAtCurlyLevel(0, [[ meta-for bla also as blu { static S blo(); } ]])); assertEqualsVerbose(ll("blo"), findFunctionDefsAtCurlyLevel(0, [[ static S blo(); ]])); }