blob: 4b4ccb01bdcccbbf450422859a699461f5401f18 [file] [log] [blame]
/* APPLE LOCAL file 5597292 */
/* { dg-do compile } */
/* { dg-options "-static -O0 -gstabs+" } */
void * foo(unsigned int size)
{
union {
char _m[size];
} *mem;
}