mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 22:32:37 -05:00
6 lines
205 B
C++
6 lines
205 B
C++
// 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
|