xref: /llvm-project/clang/test/Modules/Inputs/private2/private2.h (revision 2cd24bd52d090bc9454c56fa19592a2a2acac58c)
1 #ifndef PRIVATE2_H
2 #define PRIVATE2_H
3 
4 #include "common.h"
5 
6 struct mitts_off2 { common field; };
7 struct mitts_off2 hidden_variable2;
8 
9 #endif
10