mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
12 lines
405 B
C
12 lines
405 B
C
// RUN: %clang -verify -pedantic %s -fsyntax-only
|
|
// RUN: %clang_cc1 -E %s | FileCheck %s
|
|
// rdar://6899937
|
|
#include "pragma_sysheader.h"
|
|
|
|
|
|
// PR9861: Verify that line markers are not messed up in -E mode.
|
|
// CHECK: # 1 "{{.*}}pragma_sysheader.h" 1
|
|
// CHECK-NEXT: # 1 "{{.*}}pragma_sysheader.h" 3
|
|
// CHECK-NEXT: typedef int x;
|
|
// CHECK-NEXT: typedef int x;
|
|
// CHECK-NEXT: # 5 "{{.*}}pragma_sysheader.c" 2
|