2012-12-02 13:20:44 +00:00
|
|
|
// RUN: c-index-test -write-pch %t.pch -fshort-wchar %s
|
2013-04-08 18:45:10 +00:00
|
|
|
// RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s
|
2012-12-02 13:20:44 +00:00
|
|
|
|
2013-04-08 18:45:10 +00:00
|
|
|
// CHECK: [indexDeclaration]: kind: variable | name: wideStr
|
2012-12-02 13:20:44 +00:00
|
|
|
const wchar_t *wideStr = L"123";
|
|
|
|
|
2013-04-08 18:45:10 +00:00
|
|
|
// CHECK: [indexDeclaration]: kind: struct | name: __is_void
|
|
|
|
struct __is_void {};
|