llvm-project/clang/test/Lexer/cxx0x_keyword_as_cxx98.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
77 B
C++

// RUN: %clang_cc1 %s -verify -fsyntax-only
int static_assert;
int char16_t;