1 // RUN: clang -fsyntax-only -Xclang -verify %s 2 3 int f0(void) {} // expected-warning {{control reaches end of non-void function}} 4 5