opnsense-src/test/Preprocessor/_Pragma-physloc.c
2010-01-01 10:34:51 +00:00

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")