llvm-project/clang/test/Modules/Inputs/private0/common.h

7 lines
63 B
C
Raw Normal View History

#ifndef COMMON_H
#define COMMON_H
typedef int common;
#endif