summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/minimize_source_to_dependency_directives_utf8bom.c
blob: 305442fbd28c467243ff80a1a6fbeb2ec80795f1 (plain)
1
2
3
4
5
6
7
8
9
10
// Test UTF8 BOM at start of file
// RUN: printf '\xef\xbb\xbf' > %t.c
// RUN: echo '#ifdef TEST\n' >> %t.c
// RUN: echo '#include <string>' >> %t.c
// RUN: echo '#endif' >> %t.c
// RUN: %clang_cc1 -DTEST -print-dependency-directives-minimized-source %t.c 2>&1 | FileCheck %s

// CHECK:      #ifdef TEST
// CHECK-NEXT: #include <string>
// CHECK-NEXT: #endif
OpenPOWER on IntegriCloud