blob: 772a7993046194b1501dfd8df7fc31473361436a [file] [log] [blame]
/* APPLE LOCAL file blocks stabs 6034272 */
/* { dg-do compile } */
/* { dg-options "-gstabs" } */
void foo() {
void (^x)(void) = ^{ foo(); };
void *y = (void *)x;
}