1 // RUN: %clang_cc1 -E -P %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -E -P -fms-extensions %s -o - | FileCheck %s --check-prefix=MSEXT
4 // -fms-extensions changes __pragma into #pragma
5 // Ensure that there is a newline after the #pragma line.
15 // CHECK: before text __pragma(PRAGMA) after text
18 // MSEXT-NEXT: #pragma PRAGMA
19 // MSEXT-NEXT: after text