blob: 83c3a0a1790571dce7ab00bcd2bc0c125ef2df36 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Steve Naroff940ab972009-04-30 17:53:16 +00003
4int t14() {
5 return;
6}
7
8void t15() {
9 return 1;
10}