aboutsummaryrefslogtreecommitdiff
path: root/test/Index/index-pch.cpp
blob: c8da7b2fbf2a8d72f49a605eaef9e03dce794e15 (plain) (blame)
1
2
3
4
5
6
// 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