xref: /llvm-project/clang/test/Modules/Inputs/private0/common.h (revision 2cd24bd52d090bc9454c56fa19592a2a2acac58c)
1*2cd24bd5SLawrence Crowl #ifndef COMMON_H
2*2cd24bd5SLawrence Crowl #define COMMON_H
3*2cd24bd5SLawrence Crowl 
4*2cd24bd5SLawrence Crowl typedef int common;
5*2cd24bd5SLawrence Crowl 
6*2cd24bd5SLawrence Crowl #endif
7