blob: c2eaff905c2491ed69dc290355d39aa6a1f27e97 [file] [log] [blame]
Devang Patele8ee3f22011-09-12 17:11:58 +00001// RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s
2
3//CHECK: .byte 16 ## DW_AT_encoding
4char16_t char_a = u'h';
5