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