llvm-project/clang/test/Frontend/Inputs/rewrite-includes7.h
Lubos Lunak 1e9c1d2b7b actually also compile output in tests for -frewrite-includes
Checking that the created output matches something is nice, but
this should also check whether the output makes sense.

Differential Revision: https://reviews.llvm.org/D63979

llvm-svn: 372250
2019-09-18 19:12:14 +00:00

5 lines
81 B
C

#ifndef REWRITE_INCLUDES_7
#define REWRITE_INCLUDES_7
int included_line7;
#endif