1 // RUN: %clang_cc1 -fsyntax-only -verify %s 2 // expected-no-diagnostics 3 __char16_t c16; 4 void f(__char32_t) { } 5