package customLib.inlineFunInLibrary public inline fun inlineFun(f: () -> Unit) { 1 + 1 }