blob: 06a05b31dd1c38c0bb86f8df16d424673da186d3 [file] [log] [blame]
Nick Lewycky98a92032011-10-27 07:11:43 +00001// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s
Devang Patel74a292f2011-09-12 18:11:52 +00002
3// 16 is DW_ATE_UTF (0x10) encoding attribute.
Devang Patele8ee3f22011-09-12 17:11:58 +00004char16_t char_a = u'h';
5
David Blaikie8a40cc62013-03-19 23:10:14 +00006// CHECK: !{{.*}} = {{.*}} ; [ DW_TAG_base_type ] [char16_t]