1"""
2Describe the purpose of the test here.
3"""
4
5from __future__ import absolute_import
6
7from lldbsuite.test import lldbinline
8
9lldbinline.MakeInlineTest(
10    __file__, globals(), None)
11