[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Sema / return-silent.c
blob720128d7ea60b2320b17c19e9be6e05e58160b6d
1 // RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
2 // expected-no-diagnostics
4 int t14(void) {
5 return;
8 void t15(void) {
9 return 1;