aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/print_empty_include.c
blob: 04cda99223fed598188de80b8f8402e3370e522d (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 -E -P %s | count 1
// Ensure no superfluous newlines are printed
// llvm.org/PR51616

#include "print_empty_include.h"
#include "print_empty_include.h"

#define EXPANDED_TO_NOTHING
EXPANDED_TO_NOTHING