llvm-project/clang/test/CodeGenCXX/debug-info-char16.cpp
Devang Patel ba15240e83 Update test to fix windows buildbot.
llvm-svn: 139513
2011-09-12 18:11:52 +00:00

9 lines
198 B
C++

// RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s
//CHECK: .byte 16
//CHECK-NEXT: .ascii "char16_t"
// 16 is DW_ATE_UTF (0x10) encoding attribute.
char16_t char_a = u'h';