2014-01-15 10:53:42 +01:00

5 lines
46 B
C

#ifndef A_H
#define A_H
typedef int A;
#endif