{inti=sizeof(PR34822_foo());}/* expected-note {{previous definition is here}} */
{externintPR34822_foo;}/* expected-error {{redefinition of 'PR34822_foo' as different kind of symbol}} */
{externintPR34822_bar;}/* expected-note {{previous declaration is here}} */
{inti=sizeof(PR34822_bar());}/* expected-warning {{use of out-of-scope declaration of 'PR34822_bar' whose type is not compatible with that of an implicit declaration}} expected-error {{called object type 'int' is not a function or function pointer}} */