]> git.proxmox.com Git - rustc.git/blob - src/llvm/tools/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/cxx_other.h
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / Modules / Inputs / DependsOnModule.framework / Headers / cxx_other.h
1 class CXXOnly {
2 public:
3 CXXOnly();
4 ~CXXOnly();
5 };