
and it has an include guard, produce callbacks for a module import, not for a skipped non-modular header. Fixes -E output when preprocessing a module to list these cases as a module import, rather than suppressing the #include and losing the import side effect. llvm-svn: 304183
5 lines
46 B
C
5 lines
46 B
C
#ifndef C_H
|
|
#define C_H
|
|
using T = int;
|
|
#endif
|