aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-char16.cpp
blob: da8ca051da845378e60c95f5dc42fddce53752a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -S -std=c++11 -masm-verbose -g %s -o -| FileCheck %s

//CHECK: 	.ascii	 "char16_t"
//CHECK-NEXT:	.byte	0
//CHECK-NEXT:	.byte	16

// 16 is DW_ATE_UTF (0x10) encoding attribute.
char16_t char_a = u'h';