4 lines
46 B
C
4 lines
46 B
C
#ifndef A_H
|
|
#define A_H
|
|
typedef int A;
|
|
#endif
|
#ifndef A_H
|
|
#define A_H
|
|
typedef int A;
|
|
#endif
|