hanchenye-llvm-project/clang/test/Sema/block-return-3.c

6 lines
149 B
C
Raw Normal View History

// RUN: clang-cc -fsyntax-only %s -verify -fblocks
void foo() {
^ int (void) { }(); // expected-error {{control reaches end of non-void block}}
}