repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
Sema
/
return-silent.c
blob
720128d7ea60b2320b17c19e9be6e05e58160b6d
1
// RUN: %clang_cc1 %s -Wno-return-type -fsyntax-only -verify
2
// expected-no-diagnostics
3
4
int
t14
(
void
) {
5
return
;
6
}
7
8
void
t15
(
void
) {
9
return
1
;
10
}