[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / e.h
blob31247f7f9c7d665deea1032a01a768bc5ea4004d
1 #ifndef E_H
2 #define E_H
3 #define HEADER "a.h"
4 #include HEADER
5 #include "b.h"
6 const int e = a*b;
7 #endif