summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/block-syntax-error.c
blob: 5f6c204a471779c9e9927464ccec4be1f8799244 (plain)
1
2
3
4
5
6
7
// RUN: clang %s -fsyntax-only -verify -fblocks

void (^noop)(void);

void somefunction() {
  noop = ^noop;	// expected-error {{type name requires a specifier or qualifier}} expected-error {{expected expression}}
}
OpenPOWER on IntegriCloud