diff options
Diffstat (limited to 'clang/test/Modules/Inputs/private/private1.h')
-rw-r--r-- | clang/test/Modules/Inputs/private/private1.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/private/private1.h b/clang/test/Modules/Inputs/private/private1.h new file mode 100644 index 00000000000..3f41cc0181d --- /dev/null +++ b/clang/test/Modules/Inputs/private/private1.h @@ -0,0 +1,9 @@ +#ifndef PRIVATE1_H +#define PRIVATE1_H + +#include "common.h" + +struct mitts_off1 { common field; }; +struct mitts_off1 hidden_variable1; + +#endif |