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