/* RUN: %clang_cc1 -std=c90 -fsyntax-only %s -verify -pedantic-errors
*/
;
/* PR2477 */
int
// comment accepted as extension /* expected-error {{// comments are not allowed in this language}}
void
void
int
extern int idWithUCN\u00FC; // expected-warning {{universal character names are only valid in C99 or C++; treating as '\' followed by identifier}} expected-error {{expected ';'}}