1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // 16 is DW_ATE_UTF (0x10) encoding attribute. 4*f4a2713aSLionel Sambuc char16_t char_a = u'h'; 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc // CHECK: !{{.*}} = {{.*}} ; [ DW_TAG_base_type ] [char16_t] 7