block-return-2.c 179 Bytes Raw Blame History Permalink 1 2 3 4 5 // RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks void foo() { ^ (void) __attribute__((noreturn)) { }(); // expected-error {{block declared 'noreturn' should not return}} }