xref: /llvm-project/clang/test/Preprocessor/pragma_sysheader.c (revision 0f1c1be1968076d6f96f8a7bcc4a15cf195ecd97)
1 // RUN: %clang_cc1 -verify -std=c99 -Wunknown-pragmas -pedantic %s -fsyntax-only
2 // RUN: %clang_cc1 -verify -std=c99 -Wunknown-pragmas -pedantic %s -fsyntax-only -DGCC
3 // RUN: %clang_cc1 -verify -std=c99 -Wunknown-pragmas -pedantic %s -fsyntax-only -DCLANG
4 // RUN: %clang_cc1 -verify -std=c99 -Wunknown-pragmas -pedantic %s -fsyntax-only -fms-extensions -DMS
5 
6 #include "Inputs/pragma_sysheader.h"
7 
8 // RUN: %clang_cc1 -E %s | FileCheck %s
9 // PR9861: Verify that line markers are not messed up in -E mode.
10 // CHECK: # 1 "{{.*}}pragma_sysheader.h" 1
11 // CHECK-NEXT: # 12 "{{.*}}pragma_sysheader.h"
12 // CHECK: typedef int x;
13 // CHECK: typedef int x;
14 // CHECK-NEXT: # 7 "{{.*}}pragma_sysheader.c" 2
15