Driver: tweak handling of '--analyze' to invoke
[clang.git] / test / Sema / block-return-3.c
blobcd942a7f3047395ce8a4f1f4286dd0735f8fa1ae
1 // RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
3 void foo() {
4 ^ int (void) { }(); // expected-error {{control reaches end of non-void block}}