blob: 3a24dce981a373d35f30d1a0504b940e06fe401e [file] [log] [blame]
Douglas Gregor83d61f92010-09-13 23:21:44 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Andy Gibbsc6e68da2012-10-19 12:44:48 +00002// expected-no-diagnostics
Douglas Gregor83d61f92010-09-13 23:21:44 +00003__char16_t c16;
4void f(__char32_t) { }