[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / autoload-subdirectory / c.h
blobe5a45250f9f814eff9e685e30f36536f520a7a79
1 class nyan {
2 bool x, y;
4 public:
5 nyan(){};
6 ~nyan(){};
7 };