Files
llvm-project/clang/test/Modules/Inputs/modular_maps/c.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
48 B
C

#ifndef C_H
#define C_H
const int c = 5;
#endif