7 lines
64 B
C
7 lines
64 B
C
|
#ifndef C_H_INCLUDED
|
||
|
#define C_H_INCLUDED
|
||
|
|
||
|
struct C {};
|
||
|
|
||
|
#endif
|