[lldb] Add SBThread.selected_frame property (#123981)
[llvm-project.git] / clang / test / Modules / Inputs / DependsOnModule.framework / Headers / cxx_other.h
blob724d7987af5bbcf9809327e77505ec6304a36baa
1 class CXXOnly {
2 public:
3 CXXOnly();
4 ~CXXOnly();
5 };