Compiler projects using llvm
#ifndef CYCLE2
#define CYCLE2

#include "cycle1.h"

struct C2 {};

#endif