1 // RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify 2 3 int t14() { 4 return; 5 } 6 7 void t15() { 8 return 1; 9 } 10