blob: e6e2f1521bd73a3b7e09bf31259c6b115b059714 [file] [log] [blame]
Hans Wennborgc9bd88e2014-01-14 19:35:09 +00001// RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -std=c++11 -g %s -o -| FileCheck %s
Devang Patelba152402011-09-12 18:11:52 +00002
3// 16 is DW_ATE_UTF (0x10) encoding attribute.
Devang Patel98ca8ae2011-09-12 17:11:58 +00004char16_t char_a = u'h';
5
David Blaikie86eac722013-03-19 23:10:14 +00006// CHECK: !{{.*}} = {{.*}} ; [ DW_TAG_base_type ] [char16_t]