brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 1ecdd56 Raw
6 lines · cpp
1// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o -| FileCheck %s2void foo() {3// CHECK: !DIBasicType(name: "wchar_t"4  const wchar_t w = L'x';5}6