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
7 lines
40 B
C
7 lines
40 B
C
#ifndef B_H
|
|
#define B_H
|
|
|
|
int b;
|
|
|
|
#endif
|