blob: d389f4e4ffcc72e5dc9ae3ee4942a33709d3c4ba [file] [log] [blame]
Mike Stump56925862009-07-28 22:04:01 +00001// RUN: clang-cc -fsyntax-only %s -verify -fblocks
2
3void foo() {
4 ^ (void) __attribute__((noreturn)) { }(); // expected-error {{block declared 'noreturn' should not return}}
5}