Sign in
llvm
/
llvm-project
/
64e464349bfca0d90e07f6db2f710d4d53cdacd4
/
.
/
clang
/
test
/
Sema
/
return-silent.c
blob: 720128d7ea60b2320b17c19e9be6e05e58160b6d [
file
]
// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
// expected-no-diagnostics
int
t14
(
void
)
{
return
;
}
void
t15
(
void
)
{
return
1
;
}