9 lines
74 B
C
9 lines
74 B
C
#ifndef CYCLE1
|
|
#define CYCLE1
|
|
|
|
#include "cycle2.h"
|
|
|
|
struct C1 {};
|
|
|
|
#endif
|