OpenGrok
Cross Reference: clang-keywords.cpp
xref
: /
external
/
clang
/
test
/
Lexer
/
clang-keywords.cpp
Home
|
History
|
Annotate
|
Download
|
only in
Lexer
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
__char16_t
c16
;
3
void
f(
__char32_t
) { }
4