1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
7 lines
279 B
C++
7 lines
279 B
C++
// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s
|
|
|
|
// 16 is DW_ATE_UTF (0x10) encoding attribute.
|
|
char16_t char_a = u'h';
|
|
|
|
// CHECK: !7 = metadata !{i32 {{.*}}, null, metadata !"char16_t", null, i32 0, i64 16, i64 16, i64 0, i32 0, i32 16} ; [ DW_TAG_base_type ]
|