blob: 763e968f7ab0d7b7b302d71cc060b8012df705ed [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang -verify -pedantic %s -fsyntax-only
Chris Lattner784c2572011-05-22 22:10:16 +00002// RUN: %clang -E %s | FileCheck %s
Chris Lattner6896a372009-06-15 05:02:34 +00003// rdar://6899937
4#include "pragma_sysheader.h"
Chris Lattner784c2572011-05-22 22:10:16 +00005
6
7// PR9861: Verify that line markers are not messed up in -E mode.
8// CHECK: # 1 "{{.*}}pragma_sysheader.h" 1
9// CHECK-NEXT: # 1 "{{.*}}pragma_sysheader.h" 3
10// CHECK-NEXT: typedef int x;
11// CHECK-NEXT: typedef int x;
12// CHECK-NEXT: # 5 "{{.*}}pragma_sysheader.c" 2