[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git] / clang / test / Modules / Inputs / odr_hash-Unresolved / function.h
blobde75b2c92ef611be547ebcaa354cae719c92c391
1 #ifndef Function
2 #define Function
3 namespace A {
4 static void Check(int*, int) {}
6 #endif