]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Preprocessor/_Pragma-physloc.c
Import Clang, at r72732.
[FreeBSD/FreeBSD.git] / test / Preprocessor / _Pragma-physloc.c
1 // RUN: clang-cc %s -E | grep '#pragma x y z' &&
2 // RUN: clang-cc %s -E | grep '#pragma a b c'
3
4 _Pragma("x y z")
5 _Pragma("a b c")
6