xref
: /
llvm-project-15.0.7
/
clang
/
test
/
SemaCXX
/
return.cpp
(revision bbabd39c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang-cc %s -fsyntax-only -verify
2
3
int
test1
() {
4
throw
;
5
}
6