mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
6 lines
132 B
C
6 lines
132 B
C
// RUN: %clang_cc1 %s -E | grep '#pragma x y z'
|
|
// RUN: %clang_cc1 %s -E | grep '#pragma a b c'
|
|
|
|
_Pragma("x y z")
|
|
_Pragma("a b c")
|
|
|