allwinner_a64/android/external/clang/test/Modules/Inputs/declare-use/m.h
2018-08-08 16:14:42 +08:00

8 lines
76 B
C

#ifdef GIMME_AN_M
#ifndef M_H
#define M_H
const int m = 42;
#endif
#endif