[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / Modules / Inputs / autoload-subdirectory / a.h
blob8be94312e3ef7870000e2c616ae46dc6230e5fd2
1 #include "b.h"
3 class foo {
4 int x, y;
6 public:
7 foo(){};
8 ~foo(){};
9 };