xref: /llvm-project/clang/test/Modules/Inputs/private1/public1.h (revision 2cd24bd52d090bc9454c56fa19592a2a2acac58c)
1*2cd24bd5SLawrence Crowl #ifndef PUBLIC1_H
2*2cd24bd5SLawrence Crowl #define PUBLIC1_H
3*2cd24bd5SLawrence Crowl 
4*2cd24bd5SLawrence Crowl #include "private1.h"
5*2cd24bd5SLawrence Crowl 
6*2cd24bd5SLawrence Crowl struct use_this1 { struct mitts_off1 field; };
7*2cd24bd5SLawrence Crowl struct use_this1 public_variable1;
8*2cd24bd5SLawrence Crowl 
9*2cd24bd5SLawrence Crowl #endif
10