[compiler-rt][rtsan] inotify api for Linux interception. (#124177)
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / m.h
blobe9089ab725d5b209fc9646b5b6edf7dc34267005
1 #ifdef GIMME_AN_M
3 #ifndef M_H
4 #define M_H
5 const int m = 42;
6 #endif
8 #endif