mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
7 lines
164 B
C
7 lines
164 B
C
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
|
|
// CHECK: {{^}}#pragma x y z{{$}}
|
|
// CHECK: {{^}}#pragma a b c{{$}}
|
|
|
|
_Pragma("x y z")
|
|
_Pragma("a b c")
|
|
|