blob: 720128d7ea60b2320b17c19e9be6e05e58160b6d [file] [log] [blame]
// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
// expected-no-diagnostics
int t14(void) {
return;
}
void t15(void) {
return 1;
}