Files
llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Sub.h
Douglas Gregor 2537a36483 Keep track of import dependencies between submodules within the module
that's currently being built. This is important for supporting
transitive dependencies ("export *" in the module map) completely.

llvm-svn: 146156
2011-12-08 17:01:29 +00:00

4 lines
43 B
C

#include <Module/Sub2.h>
int *Module_Sub;