blob: c8da7b2fbf2a8d72f49a605eaef9e03dce794e15 [file] [log] [blame]
// RUN: c-index-test -write-pch %t.pch -fshort-wchar %s
// RUN: c-index-test -index-tu %t.pch | FileCheck %s
const wchar_t *wideStr = L"123";
// CHECK: [indexDeclaration]: kind: variable | name: wideStr