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