Files
clang-p2996/clang/test/Modules/Inputs/no-implicit-builds/b.h
Manuel Klimek d2e8b04d61 Add -fno-implicit-modules.
If this flag is set, we error out when a module build is required. This is
useful in environments where all required modules are passed via -fmodule-file.

llvm-svn: 230006
2015-02-20 11:44:41 +00:00

7 lines
40 B
C

#ifndef B_H
#define B_H
int b;
#endif