llvm-project/clang/test/Lexer/clang-keywords.cpp
Douglas Gregor 83d61f914a Add __char16_t and __char32_t as aliases for the C++0x char16_t and
char32_t, respectively, but which can also be used in C++98/03
mode. Fixes <rdar://problem/8418510>.

llvm-svn: 113813
2010-09-13 23:21:44 +00:00

4 lines
83 B
C++

// RUN: %clang_cc1 -fsyntax-only -verify %s
__char16_t c16;
void f(__char32_t) { }