Files
llvm-project/clang/test/Modules/Inputs/modular_maps/common.h
Richard Smith 9887d79af5 PR21215: Support -fmodule-map-file being specified multiple times. Support
loading multiple module map files from the same directory.

llvm-svn: 220020
2014-10-17 01:42:53 +00:00

5 lines
58 B
C

#ifndef COMMON_H
#define COMMON_H
const int x = 2;
#endif