diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/frame-language/other.h')
| -rw-r--r-- | packages/Python/lldbsuite/test/functionalities/frame-language/other.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/packages/Python/lldbsuite/test/functionalities/frame-language/other.h b/packages/Python/lldbsuite/test/functionalities/frame-language/other.h new file mode 100644 index 0000000000000..0a2c125e6b423 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/frame-language/other.h @@ -0,0 +1,7 @@ +class Other +{ + public: +  static void DoSomething(); +  static void DoSomethingElse(); +}; + | 
