summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/submodule-visibility/cycle2.h
blob: de9fd8e01aaf56f301a0cc695e18e5a45c9d9fed (plain)
1
2
3
4
5
6
7
8
#ifndef CYCLE2
#define CYCLE2

#include "cycle1.h"

struct C2 {};

#endif
OpenPOWER on IntegriCloud