1from lldbsuite.test import lldbinline 2from lldbsuite.test import decorators 3 4decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])] 5lldbinline.MakeInlineTest(__file__, globals(), decor) 6
1from lldbsuite.test import lldbinline 2from lldbsuite.test import decorators 3 4decor = [decorators.skipIf(compiler="clang", compiler_version=["<", "16.0"])] 5lldbinline.MakeInlineTest(__file__, globals(), decor) 6