C++程序  |  5行  |  48 B

#ifndef A_H
#define A_H
const int a = 2;
#endif