blob: c8da7b2fbf2a8d72f49a605eaef9e03dce794e15 [file] [log] [blame]
Argyrios Kyrtzidis7f186332012-09-14 20:24:53 +00001// RUN: c-index-test -write-pch %t.pch -fshort-wchar %s
2// RUN: c-index-test -index-tu %t.pch | FileCheck %s
3
4const wchar_t *wideStr = L"123";
5
6// CHECK: [indexDeclaration]: kind: variable | name: wideStr