blob: a4a064ba0cf1b97d504091090fc94eef1823f3b0 [file] [log] [blame]
Daniel Dunbar6c1c9cf2009-11-10 02:41:17 +00001// RUN: clang -fsyntax-only -Xclang -verify %s
2
3int f0(void) {} // expected-warning {{control reaches end of non-void function}}
4