llvm-project/clang/test/Frontend/Inputs/rewrite-includes1.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

4 lines
79 B
C

#pragma clang system_header
int included_line1;
#include "rewrite-includes2.h"