// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
// expected-no-diagnostics
int t14(void) {
return;
}
void t15(void) {
return 1;
}
// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
// expected-no-diagnostics
int t14(void) {
return;
}
void t15(void) {
return 1;
}