5 lines
44 B
C
5 lines
44 B
C
|
#ifndef X_H
|
||
|
#define X_H
|
||
|
struct X {};
|
||
|
#endif
|