xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/private/common.h (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1 #ifndef COMMON_H
2 #define COMMON_H
3 
4 typedef int common;
5 
6 #endif
7