// RUN: %clang_cc1 -fsyntax-only -Wstrict-prototypes -verify -fblocks %s
void
// expected-warning {{a block declaration without a prototype is deprecated}}
; // expected-warning {{a function declaration without a prototype is deprecated in all versions of C}}