blob: b3e720670955df5439e9a912b6f49f3a1263acb0 [file] [log] [blame]
/* APPLE LOCAL file radar 5732232 - blocks */
/* { dg-do compile } */
/* { dg-options "-fblocks" } */
void (^test3())(void) {
return ^{}; /* { dg-error "returning block that lives on the local stack" } */
}