[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Frontend / rewrite-includes-mixed-eol-crlf.c
blobd6724444c0667667a03c7ab061453ed564237a1b
1 // RUN: %clang_cc1 -E -frewrite-includes %s | %clang_cc1 -
2 // expected-no-diagnostics
3 // Note: This source file has CRLF line endings.
4 // This test validates that -frewrite-includes translates the end of line (EOL)
5 // form used in header files to the EOL form used in the the primary source
6 // file when the files use different EOL forms.
7 #include "rewrite-includes-mixed-eol-crlf.h"
8 #include "rewrite-includes-mixed-eol-lf.h"