Files
clang-p2996/clang/test/Modules/Inputs/suggest-include/usetextual2.h
Richard Smith 4eb8393c63 [modules] When diagnosing a missing module import, suggest adding a #include if
the current language doesn't have an import syntax and we can figure out a
suitable file to include.

llvm-svn: 267802
2016-04-27 21:57:05 +00:00

3 lines
67 B
C

#define EXPAND_MACRO extern int usetextual2;
#include "textual2.h"