svoid test_leven_limitedIC() { testFunctionValues_multipleArgs leven_limitedIC( ll("abc", "defghi", 2) := 3, // should trigger the length comparison optimization ll("ab", "a", 2) := 1 ); }