mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 07:46:08 +00:00

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 CYCLE2
|
|
#define CYCLE2
|
|
|
|
#include "cycle1.h"
|
|
|
|
struct C2 {};
|
|
|
|
#endif
|