annotate clang/test/Preprocessor/print_empty_include.c @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
1 // RUN: %clang_cc1 -E -P %s | count 1
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
2 // Ensure no superfluous newlines are printed
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
3 // llvm.org/PR51616
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
4
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
5 #include "print_empty_include.h"
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
6 #include "print_empty_include.h"
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
7
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
8 #define EXPANDED_TO_NOTHING
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
9 EXPANDED_TO_NOTHING
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
10