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