
visibility is enabled) or leave and re-enter it, restore the macro and module visibility state from last time we were in that submodule. This allows mutually-#including header files to stand a chance at being modularized with local visibility enabled. llvm-svn: 237871
9 lines
74 B
C
9 lines
74 B
C
#ifndef CYCLE1
|
|
#define CYCLE1
|
|
|
|
#include "cycle2.h"
|
|
|
|
struct C1 {};
|
|
|
|
#endif
|