1#ifndef CYCLE2
2#define CYCLE2
3
4#include "cycle1.h"
5
6struct C2 {};
7
8#endif
9