Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
Sema
/
block-return-3.c
blob: cd942a7f3047395ce8a4f1f4286dd0735f8fa1ae [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
void
foo
()
{
^
int
(
void
)
{
}();
// expected-error {{control reaches end of non-void block}}
}