brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 8e7bb95 Raw
6 lines · c
1// RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks2 3void foo(void) {4  ^ (void) __attribute__((noreturn)) { }(); // expected-error {{block declared 'noreturn' should not return}}5}6