xref: /llvm-project/lldb/test/API/lang/cpp/offsetof/TestOffsetofCpp.py (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1*99451b44SJordan Rupprechtfrom lldbsuite.test import lldbinline
2*99451b44SJordan Rupprechtfrom lldbsuite.test import decorators
3*99451b44SJordan Rupprecht
4*99451b44SJordan Rupprechtlldbinline.MakeInlineTest(__file__, globals(), [decorators.no_debug_info_test])
5