9 lines
74 B
C
9 lines
74 B
C
|
#ifndef CYCLE2
|
||
|
#define CYCLE2
|
||
|
|
||
|
#include "cycle1.h"
|
||
|
|
||
|
struct C2 {};
|
||
|
|
||
|
#endif
|