brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 6d1dcdb Raw
8 lines · c
1// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s2// CHECK: {{^}}#pragma x y z{{$}}3// CHECK: {{^}}#pragma a b c{{$}}4 5_Pragma("x y z")6_Pragma("a b c")7 8