// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
int a = 'df'; // expected-warning{{multi-character character constant}}
int b = 'df'; // no warning.
int c = 'df'; // expected-warning{{multi-character character constant}}
// Test -Weverything
void // first verify that we do not give anything on this
void // expected-warning {{no previous prototype for function 'ppr1'}}
// expected-note@-1{{declare 'static' if the function is not intended to be used outside of this translation unit}}
void
void // expected-warning {{no previous prototype for function 'ppt2'}}
// expected-note@-1{{declare 'static' if the function is not intended to be used outside of this translation unit}}
void // expected-error {{no previous prototype for function 'ppt3'}}
// expected-note@-1{{declare 'static' if the function is not intended to be used outside of this translation unit}}
void // expected-warning {{no previous prototype for function 'pps1'}}
// expected-note@-1{{declare 'static' if the function is not intended to be used outside of this translation unit}}
void