[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / b.h
blob55daf7286801c68329c501aa176213f1f252ebb2
1 #ifndef B_H
2 #define B_H
3 const int b = 3;
4 #endif