brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · e86e446 Raw
9 lines · cpp
1// RUN: c-index-test -write-pch %t.pch -fwchar-type=short -fno-signed-wchar %s2// RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s3 4// CHECK: [indexDeclaration]: kind: variable | name: wideStr5const wchar_t *wideStr = L"123";6 7// CHECK: [indexDeclaration]: kind: struct | name: __is_void8struct __is_void {};9