Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / index-pch.cpp
blobe86e446ef026bff73c7142bac1ef7e1b116c157c
1 // RUN: c-index-test -write-pch %t.pch -fwchar-type=short -fno-signed-wchar %s
2 // RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s
4 // CHECK: [indexDeclaration]: kind: variable | name: wideStr
5 const wchar_t *wideStr = L"123";
7 // CHECK: [indexDeclaration]: kind: struct | name: __is_void
8 struct __is_void {};