llvm/lldb/test/API/lang/objc/objc_direct-methods/TestObjCDirectMethods.py

from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])]
lldbinline.MakeInlineTest(__file__, globals(), decor)